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-22T23:16:27.662Z||main|||||INFO|500||The following profiles are active: basic
2023-03-22T23:16:38.320Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-22T23:16:38.321Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-22T23:16:38.461Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-22T23:16:40.959Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-22T23:16:41.677Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-22T23:16:42.104Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-22T23:16:42.559Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-22T23:16:43.416Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-22T23:16:46.793Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-22T23:16:47.483Z||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-22T23:16:49.833Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-22T23:16:49.943Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-22T23:16:50.016Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-22T23:16:50.033Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-22T23:16:50.788Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-22T23:16:51.451Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-22T23:16:52.410Z||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-22T23:16:53.535Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-22T23:16:53.537Z||main|||||ERROR|500||(conn=892) Table 'catalogdb.activity_spec' doesn't exist
2023-03-22T23:16:53.550Z||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-22T23:16:56.109Z||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-22T23:16:58.514Z||main|||||WARN|500||---
2023-03-22T23:16:58.515Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-22T23:16:58.515Z||main|||||WARN|500||---
2023-03-22T23:16:58.821Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-22T23:17:03.037Z||main|||||INFO|500||Started Application in 40.652 seconds (JVM running for 43.65)
2023-03-22T23:17:03.064Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-22T23:17:03.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-22T23:17:03.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-22T23:17:03.141Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2131514d-8fb3-4893-bd29-5498f6eebb7b url= /sdc/v1/artifactTypes
2023-03-22T23:17:03.145Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-22T23:17:03.321Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-22T23:17:03.359Z||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-22T23:17:03.359Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-22T23:17:03.360Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c619a55f-26ce-4da4-ae84-15d2d1c1acec url= /sdc/v1/distributionKafkaData
2023-03-22T23:17:03.360Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-22T23:17:03.392Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-22T23:17:03.397Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@1156c8ed
2023-03-22T23:17:03.449Z||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-8012350e-ceea-4f90-913c-d825b5d88ad4
	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-22T23:17:03.490Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Instantiated an idempotent producer.
2023-03-22T23:17:03.558Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-22T23:17:03.606Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-22T23:17:03.606Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-22T23:17:03.606Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679527023604
2023-03-22T23:17:03.617Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-22T23:17:03.635Z||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-111b9dc7-4eac-4e9a-8865-0530ba149f36
	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-22T23:17:03.739Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-22T23:17:03.739Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-22T23:17:03.740Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679527023739
2023-03-22T23:17:03.742Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:17:03.745Z||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-c9b66e5c-f716-47ff-b115-0226405e94a0
	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-22T23:17:03.750Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-22T23:17:03.751Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-22T23:17:03.751Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679527023750
2023-03-22T23:17:03.751Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:17:03.753Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:17:03.760Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-22T23:17:03.755Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:17:05.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:05.469Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:05.469Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:05.469Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:05.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:05.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-22T23:17:05.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:05.470Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Cluster ID: 3aXLtaOeSw2u3qMlcohmXg
2023-03-22T23:17:05.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-22T23:17:05.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-22T23:17:05.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-22T23:17:05.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-22T23:17:05.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-22T23:17:05.472Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cluster ID: 3aXLtaOeSw2u3qMlcohmXg
2023-03-22T23:17:05.472Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Cluster ID: 3aXLtaOeSw2u3qMlcohmXg
2023-03-22T23:17:05.514Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-22T23:17:05.474Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-22T23:17:05.517Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] ProducerId set to 2004 with epoch 0
2023-03-22T23:17:05.547Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-22T23:17:05.547Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-22T23:17:05.657Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-6c1ee2c2-9167-430b-9356-95ac549bf714
2023-03-22T23:17:05.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:05.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-22T23:17:05.668Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf
2023-03-22T23:17:05.669Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-22T23:17:05.669Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-22T23:17:11.667Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-6c1ee2c2-9167-430b-9356-95ac549bf714', protocol='range'}
2023-03-22T23:17:11.667Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-22T23:17:11.740Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:11.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:11.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:11.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:11.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:11.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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 SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-22T23:17:11.747Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-6c1ee2c2-9167-430b-9356-95ac549bf714=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T23:17:11.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-22T23:17:11.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-6c1ee2c2-9167-430b-9356-95ac549bf714', protocol='range'}
2023-03-22T23:17:11.767Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.767Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-22T23:17:11.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.772Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-22T23:17:11.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-22T23:17:11.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-22T23:17:11.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-22T23:17:11.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-22T23:17:11.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-22T23:17:11.791Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-22T23:17:11.790Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-22T23:17:11.791Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-22T23:17:11.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-22T23:17:11.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-22T23:17:11.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-22T23:17:11.793Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-22T23:17:11.828Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.829Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.939Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.940Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.941Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-22T23:17:11.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-22T23:17:11.957Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-22T23:17:11.958Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-22T23:17:11.958Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-22T23:17:11.965Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-22T23:17:11.966Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-22T23:18:03.758Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:18:03.766Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:19:03.759Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:19:03.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:20:03.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:20:03.770Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:21:03.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:21:03.772Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:22:03.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:22:03.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:23:03.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:23:03.774Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:24:03.765Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:24:03.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:25:03.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:25:03.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:26:03.769Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:26:03.778Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:26:05.540Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Node -1 disconnected.
2023-03-22T23:26:05.552Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node -1 disconnected.
2023-03-22T23:26:05.781Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Node -1 disconnected.
2023-03-22T23:26:27.396Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-22T23:27:03.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:27:03.779Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:28:03.771Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:28:03.780Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:29:03.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:29:03.782Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:30:03.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:30:03.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:31:03.776Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:31:03.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:32:03.779Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:32:03.785Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:33:03.780Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:33:03.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:34:03.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:34:03.787Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:35:03.784Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:35:03.788Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:36:03.785Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:36:03.788Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:37:03.787Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:37:03.790Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:38:03.788Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:38:03.791Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:39:03.789Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:39:03.791Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:40:03.790Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:40:03.791Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:41:03.792Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:41:03.792Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:42:03.793Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:42:03.793Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:43:03.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:43:03.795Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:44:03.795Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:44:03.796Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:45:03.797Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:45:03.797Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:46:03.798Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:46:03.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:47:03.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:47:03.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:48:03.801Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:48:03.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:49:03.802Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:49:03.803Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:50:03.803Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:50:03.805Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:51:03.805Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:51:03.805Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:52:03.806Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:52:03.806Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:53:03.806Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:53:03.808Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:54:03.808Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:54:03.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:55:03.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:55:03.810Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:56:03.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:56:03.810Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:57:03.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:57:03.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:58:03.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:58:03.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T23:59:03.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T23:59:03.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:00:03.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:00:03.816Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:01:03.816Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:01:03.818Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:02:03.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:02:03.818Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:03:03.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:03:03.820Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:04:03.820Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:04:03.825Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:05:03.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:05:03.825Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:06:03.823Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:06:03.827Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:07:03.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:07:03.828Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:08:03.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:08:03.829Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:09:03.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:09:03.830Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:10:03.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:10:03.830Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:11:03.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:11:03.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:12:03.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:12:03.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:13:03.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:13:03.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:14:03.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:14:03.834Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:15:03.833Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:15:03.835Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:16:03.834Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:16:03.835Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:17:03.835Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:17:03.837Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:18:03.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:18:03.839Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:19:03.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:19:03.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:20:03.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:20:03.842Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:21:03.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:21:03.843Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:22:03.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:22:03.843Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:23:03.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:23:03.844Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:24:03.845Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:24:03.846Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:25:03.846Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:25:03.847Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:26:03.848Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:26:03.848Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:27:03.850Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:27:03.850Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:28:03.850Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:28:03.850Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:29:03.851Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:29:03.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:30:03.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:30:03.853Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:31:03.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:31:03.853Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:32:03.854Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:32:03.854Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:33:03.856Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:33:03.857Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:34:03.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:34:03.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:35:03.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:35:03.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:36:03.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:36:03.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:37:03.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:37:03.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:38:03.862Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:38:03.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:39:03.864Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:39:03.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:40:03.865Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:40:03.867Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:41:03.867Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:41:03.867Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:42:03.868Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:42:03.869Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:43:03.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:43:03.869Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:44:03.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:44:03.871Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:45:03.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:45:03.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:46:03.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:46:03.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:47:03.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:47:03.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:48:03.873Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:48:03.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:49:03.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:49:03.876Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:50:03.876Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:50:03.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:51:03.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:51:03.877Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:52:03.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:52:03.879Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:53:03.879Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:53:03.879Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:54:03.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:54:03.880Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:55:03.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:55:03.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:56:03.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:56:03.882Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:57:03.883Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:57:03.883Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:58:03.883Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:58:03.885Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T00:59:03.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T00:59:03.885Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:00:03.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:00:03.885Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:01:03.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:01:03.886Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:02:03.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:02:03.887Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:03:03.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:03:03.889Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:04:03.888Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:04:03.890Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:05:03.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:05:03.891Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:06:03.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:06:03.892Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:07:03.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:07:03.892Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:08:03.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:08:03.894Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:09:03.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:09:03.895Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:10:03.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:10:03.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:11:03.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:11:03.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:12:03.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:12:03.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:13:03.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:13:03.900Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:14:03.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:14:03.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:15:03.900Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:15:03.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:16:03.901Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:16:03.902Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:17:03.903Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:17:03.903Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:18:03.904Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:18:03.904Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:19:03.905Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:19:03.905Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:20:03.906Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:20:03.906Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:21:03.907Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:21:03.907Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:22:03.908Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:22:03.908Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:23:03.909Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:23:03.909Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:24:03.911Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:24:03.911Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:25:03.913Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:25:03.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:26:03.915Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:26:03.915Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:27:03.915Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:27:03.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:28:03.916Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:28:03.917Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:29:03.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:29:03.918Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:30:03.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:30:03.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:31:03.919Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:31:03.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:32:03.919Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:32:03.920Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:33:03.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:33:03.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:34:03.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:34:03.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:35:03.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:35:03.922Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:36:03.923Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:36:03.924Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:37:03.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:37:03.925Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:38:03.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:38:03.926Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:39:03.926Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:39:03.927Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:40:03.927Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:40:03.928Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:41:03.928Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:41:03.929Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:42:03.929Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:42:03.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:43:03.930Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:43:03.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:44:03.931Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:44:03.931Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:45:03.932Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:45:03.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:46:03.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:46:03.933Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:47:03.934Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:47:03.934Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:48:03.935Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:48:03.935Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:49:03.939Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:49:03.940Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:50:03.940Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:50:03.941Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:51:03.942Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:51:03.942Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:52:03.942Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:52:03.943Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:53:03.944Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:53:03.945Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:54:03.945Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:54:03.946Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:55:03.946Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:55:03.946Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:56:03.946Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:56:03.948Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:57:03.948Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:57:03.948Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:58:03.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:58:03.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T01:59:03.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T01:59:03.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:00:03.950Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:00:03.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:01:03.951Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:01:03.952Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:02:03.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:02:03.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:03:03.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:03:03.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:04:03.955Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:04:03.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:05:03.955Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:05:03.955Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:06:03.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:06:03.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:07:03.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:07:03.959Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:08:03.960Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:08:03.960Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:09:03.961Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:09:03.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:10:03.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:10:03.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:11:03.963Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:11:03.964Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:12:03.964Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:12:03.964Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:13:03.965Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:13:03.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:14:03.966Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:14:03.967Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:15:03.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:15:03.969Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:16:03.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:16:03.969Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:17:03.968Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:17:03.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:18:03.970Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:18:03.971Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:19:03.972Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:19:03.972Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:20:03.974Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:20:03.974Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:21:03.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:21:03.975Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:22:03.976Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:22:03.976Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:23:03.977Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:23:03.977Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:24:03.977Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:24:03.978Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:25:03.978Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:25:03.979Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:26:03.979Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:26:03.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:27:03.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:27:03.981Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:28:03.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:28:03.982Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:29:03.982Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:29:03.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:30:03.983Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:30:03.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:31:03.985Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:31:03.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:32:03.985Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:32:03.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:33:03.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:33:03.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:34:03.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:34:03.987Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:35:03.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:35:03.988Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:36:03.988Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:36:03.990Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:37:03.989Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:37:03.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:38:03.991Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:38:03.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:39:03.992Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:39:03.993Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:40:03.992Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:40:03.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:41:03.994Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:41:03.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:42:03.994Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:42:03.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:43:03.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:43:03.997Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:44:03.997Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:44:03.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:45:03.998Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:45:03.999Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:46:03.999Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:46:03.999Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:47:04.000Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:47:04.001Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:48:04.000Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:48:04.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:49:04.001Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:49:04.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:50:04.002Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:50:04.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:51:04.004Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:51:04.005Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:52:04.005Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:52:04.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:53:04.007Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:53:04.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:54:04.008Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:54:04.009Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:55:04.009Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:55:04.009Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:56:04.010Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:56:04.011Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:57:04.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:57:04.012Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:58:04.011Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:58:04.012Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T02:59:04.012Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T02:59:04.013Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:00:04.013Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:00:04.014Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:01:04.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:01:04.015Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:02:04.016Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:02:04.017Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:03:04.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:03:04.018Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:04:04.019Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:04:04.019Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:05:04.020Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:05:04.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:06:04.021Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:06:04.022Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:07:04.022Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:07:04.022Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:08:04.023Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:08:04.024Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:09:04.025Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:09:04.025Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:10:04.025Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:10:04.026Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:11:04.027Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:11:04.027Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:12:04.027Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:12:04.028Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:13:04.028Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:13:04.029Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:14:04.030Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:14:04.030Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:15:04.031Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:15:04.031Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:16:04.032Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:16:04.033Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:17:04.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:17:04.033Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:18:04.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:18:04.034Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:19:04.033Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:19:04.034Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:20:04.035Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:20:04.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:21:04.036Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:21:04.036Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:22:04.036Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:22:04.037Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:23:04.037Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:23:04.038Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:24:04.038Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:24:04.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:25:04.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:25:04.039Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:26:04.039Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:26:04.041Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:27:04.040Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:27:04.041Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:28:04.042Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:28:04.042Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:29:04.044Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:29:04.044Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:30:04.044Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:30:04.044Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:31:04.045Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:31:04.046Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:32:04.046Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:32:04.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:33:04.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:33:04.048Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:34:04.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:34:04.050Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:35:04.050Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:35:04.051Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:36:04.051Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:36:04.051Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:37:04.051Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:37:04.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:38:04.053Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:38:04.053Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:39:04.053Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:39:04.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:40:04.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:40:04.054Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:41:04.056Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:41:04.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:42:04.056Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:42:04.057Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:43:04.057Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:43:04.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:44:04.059Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:44:04.059Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:45:04.060Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:45:04.061Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:46:04.061Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:46:04.061Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:47:04.062Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:47:04.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:48:04.062Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:04.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:48:38.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T03:48:38.520Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab","serviceName":"vFW 2023-03-23 03-46-12","serviceVersion":"1.0","serviceUUID":"12bc9fae-5a8e-426a-91fd-315b8d83f0b0","serviceDescription":"catalog service description","serviceInvariantUUID":"75f25342-f404-4012-b225-fc152d18d333","resources":[{"resourceInstanceName":"vFW cc6bcdac-6eff 0","resourceName":"vFW cc6bcdac-6eff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e3e50b4-02cd-47a1-b03c-e0e47ca20379","resourceInvariantUUID":"faa8d299-0a59-4e0d-bb12-196c14978a9f","resourceCustomizationUUID":"86579774-ffe0-48b4-a7f6-cb6b99ec5c15","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml","artifactChecksum":"OTE3YmRkMWIwYWFlZjY5N2IzMDgzOWVkNjczYWE3N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f97c3261-917f-4bff-b1ef-b1deb9f37746","artifactVersion":"1"},{"artifactName":"vfwcc6bcdac6eff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json","artifactChecksum":"NTQzYTE1N2QyMzk1YjMzZWIwYzIzNmE2NGNmY2ZiODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"252b8af8-537b-405f-9faa-99bdf5cd3eb9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml","artifactChecksum":"YmMwNDU0Y2YxMGNlNGNjN2Y5ZjBjYTg1MThlNDQ5M2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14a1640d-1b6f-4f30-9162-15b7ec61f0f3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6eff5ebd-bb65-4673-aa10-3d6bec268a53","artifactVersion":"2","generatedFromUUID":"7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230323034612-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml","artifactChecksum":"NTFhNGQ0MWM0ZmUyZGYyMzhiOGI2OWYxMGNiNzcwYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6da8126f-0f18-4868-a038-6ba6cce9fe0c","artifactVersion":"1"},{"artifactName":"service-Vfw20230323034612-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar","artifactChecksum":"N2ZlOTA1ODc4NGZlM2MyZWU4NTI0YmFjOWFiMmNiOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"903820dc-53da-4b49-9e86-cad9df076eec","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T03:48:38.538Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:48:38.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:38.555Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:38.556Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:38.565Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-23T03:48:38.566Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-23T03:48:38.566Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-23T03:48:38.566Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-23T03:48:38.566Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-23T03:48:38.566Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to SkQJG4bQTmO9N0ZrmsYpRQ
2023-03-23T03:48:38.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T03:48:38.585Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543315098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:48:38.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:48:39.585Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:48:39.586Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:39.586Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:39.587Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:40.589Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:48:40.589Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:40.589Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:40.590Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:41.592Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:48:41.592Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:41.593Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:41.593Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:42.595Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:48:42.596Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:42.596Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:42.596Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:43.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:48:43.598Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:43.598Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:43.598Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:44.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:48:44.600Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:44.600Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:44.600Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:45.603Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "serviceName": "vFW 2023-03-23 03-46-12",
  "serviceVersion": "1.0",
  "serviceUUID": "12bc9fae-5a8e-426a-91fd-315b8d83f0b0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75f25342-f404-4012-b225-fc152d18d333",
  "resources": [
    {
      "resourceInstanceName": "vFW cc6bcdac-6eff 0",
      "resourceCustomizationUUID": "86579774-ffe0-48b4-a7f6-cb6b99ec5c15",
      "resourceName": "vFW cc6bcdac-6eff",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e3e50b4-02cd-47a1-b03c-e0e47ca20379",
      "resourceInvariantUUID": "faa8d299-0a59-4e0d-bb12-196c14978a9f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcc6bcdac6eff0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
          "artifactChecksum": "NTQzYTE1N2QyMzk1YjMzZWIwYzIzNmE2NGNmY2ZiODA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "252b8af8-537b-405f-9faa-99bdf5cd3eb9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6eff5ebd-bb65-4673-aa10-3d6bec268a53",
            "generatedFromUUID": "7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6eff5ebd-bb65-4673-aa10-3d6bec268a53",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230323034612-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
      "artifactChecksum": "N2ZlOTA1ODc4NGZlM2MyZWU4NTI0YmFjOWFiMmNiOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "903820dc-53da-4b49-9e86-cad9df076eec"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T03:48:45.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T03:48:45.609Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12bc9fae-5a8e-426a-91fd-315b8d83f0b0 ASDC
2023-03-23T03:48:45.729Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
ServiceName:vFW 2023-03-23 03-46-12
ServiceVersion:1.0
ServiceUUID:12bc9fae-5a8e-426a-91fd-315b8d83f0b0
ServiceInvariantUUID:75f25342-f404-4012-b225-fc152d18d333
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230323034612-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar
ArtifactUUID:903820dc-53da-4b49-9e86-cad9df076eec
ArtifactChecksum:N2ZlOTA1ODc4NGZlM2MyZWU4NTI0YmFjOWFiMmNiOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cc6bcdac-6eff 0
ResourceCustomizationUUID:86579774-ffe0-48b4-a7f6-cb6b99ec5c15
ResourceInvariantUUID:faa8d299-0a59-4e0d-bb12-196c14978a9f
ResourceName:vFW cc6bcdac-6eff
ResourceType:VF
ResourceUUID:8e3e50b4-02cd-47a1-b03c-e0e47ca20379
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcc6bcdac6eff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json
ArtifactUUID:252b8af8-537b-405f-9faa-99bdf5cd3eb9
ArtifactChecksum:NTQzYTE1N2QyMzk1YjMzZWIwYzIzNmE2NGNmY2ZiODA=
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/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml
ArtifactUUID:7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7
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/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env
ArtifactUUID:6eff5ebd-bb65-4673-aa10-3d6bec268a53
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/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env
ArtifactUUID:6eff5ebd-bb65-4673-aa10-3d6bec268a53
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T03:48:45.730Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12bc9fae-5a8e-426a-91fd-315b8d83f0b0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T03:48:45.955Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T03:48:45.956Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T03:48:45.957Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T03:48:45.957Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 903820dc-53da-4b49-9e86-cad9df076eec from URL: /sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:45.957Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T03:48:45.957Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:46.107Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T03:48:46.135Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar 903820dc-53da-4b49-9e86-cad9df076eec 101441
2023-03-23T03:48:46.136Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar ASDC sendASDCNotification
2023-03-23T03:48:46.137Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:46.138Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T03:48:46.139Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:46.139Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:46.140Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543326135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:47.140Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T03:48:47.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T03:48:47.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 903820dc-53da-4b49-9e86-cad9df076eec, URL: /sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar to file: /app/ASDC/1/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:47.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230323034612-csar.csar
2023-03-23T03:48:47.213Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:47.213Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:47.703Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2036581637791237493/Definitions/service-Vfw20230323034612-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-23T03:48:50.117Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T03:48:50.121Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cc6bcdac-6eff 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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-Vfw20230323034612-csar.csar
2023-03-23T03:48:50.122Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T03:48:50.130Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.131Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:50.134Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:50.134Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T03:48:50.135Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T03:48:50.136Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.137Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:50.137Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:50.137Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T03:48:50.137Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T03:48:50.137Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.137Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:50.140Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.140Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is not matching search criteria
2023-03-23T03:48:50.140Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-23T03:48:50.140Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-23T03:48:50.140Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T03:48:50.141Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.142Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-23T03:48:50.142Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:50.143Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.144Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55b1019e-f26b-43ed-8574-9d026c660d69
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-23T03:48:50.145Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bc5dfb0c-6015-4535-9272-feb18e18363a
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-23T03:48:50.146Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f734ed28-38a9-4f00-b408-6682eec904c7
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.147Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:50.148Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.148Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:50.148Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.148Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:50.148Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:50.148Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:50.148Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-23 03-46-12
Description:catalog service description
Model UUID:12bc9fae-5a8e-426a-91fd-315b8d83f0b0
Model Version:NULL
Model InvariantUuid:75f25342-f404-4012-b225-fc152d18d333
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cc6bcdac-6eff
Model UUID:d807c72c-e0b3-42fe-984c-6368c55a706c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:faa8d299-0a59-4e0d-bb12-196c14978a9f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:86579774-ffe0-48b4-a7f6-cb6b99ec5c15
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b2a8cbae-ff24-426d-9d5a-27da13195361
ModelName:VfwCc6bcdac6eff..base_vfw..module-0
ModelUuid:5e9bae5c-bf17-44a2-9942-98fceb32a9b4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:55b1019e-f26b-43ed-8574-9d026c660d69
ModelInvariantUuid:44a2d890-1771-4c29-b2ae-87310db2d80b
ModelName:vFW cc6bcdac-6eff-nodes.vfwCvfc
ModelUuid:13cb2c91-733f-4216-87eb-77958823c7ea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e476a3b9-bb8e-4438-bc49-283f6d610af8
ModelInvariantUuid:eafebe9e-c627-4200-ab86-1e9a3c40e1c6
ModelName:VfwCc6bcdac6eff.compute.nodes.heat.vfw
ModelUuid:9cfdd743-85f8-4790-a746-dee25d83245a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bc5dfb0c-6015-4535-9272-feb18e18363a
ModelInvariantUuid:152bc1b3-bf1a-43e9-a726-484767a539d0
ModelName:vFW cc6bcdac-6eff-nodes.vsnCvfc
ModelUuid:1a8ba1e6-2d55-4028-a745-dad3e235df17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:467108f4-d1e1-483f-b449-bfebb8763b12
ModelInvariantUuid:d666abb1-684c-4245-8f37-f890a322ff5b
ModelName:VfwCc6bcdac6eff.compute.nodes.heat.vsn
ModelUuid:d0a1be5f-2c99-4df0-8a52-5d86be94f4e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f734ed28-38a9-4f00-b408-6682eec904c7
ModelInvariantUuid:c7f9f882-1c27-478e-8128-b1b62733d7ac
ModelName:vFW cc6bcdac-6eff-nodes.vpgCvfc
ModelUuid:fd642902-f81b-4ce3-9c12-522d3aa91329
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2bb101eb-5bed-4b36-95e4-4b05be687c15
ModelInvariantUuid:9245adaa-ea67-4087-a8a5-245f83f1d38f
ModelName:VfwCc6bcdac6eff.compute.nodes.heat.vpg
ModelUuid:cba43918-c2f7-41f2-a766-5bc662aa27e7
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-23T03:48:50.169Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e3e50b4-02cd-47a1-b03c-e0e47ca20379
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T03:48:50.220Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||vFW cc6bcdac-6eff 0
2023-03-23T03:48:50.227Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e3e50b4-02cd-47a1-b03c-e0e47ca20379
2023-03-23T03:48:50.227Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 252b8af8-537b-405f-9faa-99bdf5cd3eb9 from URL: /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json
2023-03-23T03:48:50.227Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T03:48:50.227Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json
2023-03-23T03:48:50.331Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T03:48:50.331Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json 252b8af8-537b-405f-9faa-99bdf5cd3eb9 785
2023-03-23T03:48:50.332Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json ASDC sendASDCNotification
2023-03-23T03:48:50.333Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json
2023-03-23T03:48:50.333Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T03:48:50.334Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:50.334Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:50.334Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543330332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:51.336Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCc6bcdac6eff..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b2a8cbae-ff24-426d-9d5a-27da13195361",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e9bae5c-bf17-44a2-9942-98fceb32a9b4",
    "vfModuleModelCustomizationUUID": "83efd45b-7fd1-45c2-ab75-bdb8a901ee44",
    "isBase": true,
    "artifacts": [
      "7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7",
      "6eff5ebd-bb65-4673-aa10-3d6bec268a53"
    ],
    "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-23T03:48:51.357Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc6bcdac6eff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e9bae5c-bf17-44a2-9942-98fceb32a9b4
VfModuleModelInvariantUUID:b2a8cbae-ff24-426d-9d5a-27da13195361
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7
,
6eff5ebd-bb65-4673-aa10-3d6bec268a53

}
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-23T03:48:51.360Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCc6bcdac6eff..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b2a8cbae-ff24-426d-9d5a-27da13195361",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e9bae5c-bf17-44a2-9942-98fceb32a9b4",
    "vfModuleModelCustomizationUUID": "83efd45b-7fd1-45c2-ab75-bdb8a901ee44",
    "isBase": true,
    "artifacts": [
      "7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7",
      "6eff5ebd-bb65-4673-aa10-3d6bec268a53"
    ],
    "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-23T03:48:51.361Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc6bcdac6eff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e9bae5c-bf17-44a2-9942-98fceb32a9b4
VfModuleModelInvariantUUID:b2a8cbae-ff24-426d-9d5a-27da13195361
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7
,
6eff5ebd-bb65-4673-aa10-3d6bec268a53

}
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-23T03:48:51.361Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7 from URL: /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml
2023-03-23T03:48:51.361Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T03:48:51.361Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml
2023-03-23T03:48:51.473Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T03:48:51.474Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml 7c2dd6b1-f2d1-46c7-b3db-ad9cd13b89c7 20368
2023-03-23T03:48:51.474Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-23T03:48:51.474Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml
2023-03-23T03:48:51.474Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T03:48:51.474Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:51.475Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:51.475Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543331474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:52.476Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6eff5ebd-bb65-4673-aa10-3d6bec268a53 from URL: /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env
2023-03-23T03:48:52.476Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T03:48:52.477Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env
2023-03-23T03:48:52.574Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T03:48:52.574Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env 6eff5ebd-bb65-4673-aa10-3d6bec268a53 2098
2023-03-23T03:48:52.575Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-23T03:48:52.575Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env
2023-03-23T03:48:52.575Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T03:48:52.576Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:52.576Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:52.576Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543332575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:53.577Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 12bc9fae-5a8e-426a-91fd-315b8d83f0b0
2023-03-23T03:48:53.578Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cc6bcdac-6eff 0 8e3e50b4-02cd-47a1-b03c-e0e47ca20379 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-23T03:48:53.626Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fa51e0e, org.onap.sdc.toscaparser.api.parameters.Input@3aa422c0, org.onap.sdc.toscaparser.api.parameters.Input@1411248f, org.onap.sdc.toscaparser.api.parameters.Input@63e173c9, org.onap.sdc.toscaparser.api.parameters.Input@64b344d5]
2023-03-23T03:48:53.636Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.636Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.637Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-23T03:48:53.637Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 86579774-ffe0-48b4-a7f6-cb6b99ec5c15
2023-03-23T03:48:53.637Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86579774-ffe0-48b4-a7f6-cb6b99ec5c15 matches Tosca VF Customization UUID: 86579774-ffe0-48b4-a7f6-cb6b99ec5c15
2023-03-23T03:48:53.637Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 86579774-ffe0-48b4-a7f6-cb6b99ec5c15  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-23T03:48:53.646Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.646Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.647Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 86579774-ffe0-48b4-a7f6-cb6b99ec5c15: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-23T03:48:53.648Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61b23589
2023-03-23T03:48:53.648Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.648Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-23T03:48:53.649Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83efd45b-7fd1-45c2-ab75-bdb8a901ee44
2023-03-23T03:48:53.650Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83efd45b-7fd1-45c2-ab75-bdb8a901ee44
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-23T03:48:53.658Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.658Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:53.658Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:53.659Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.659Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:53.659Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is not matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:53.660Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-23T03:48:53.661Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:53.661Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-23T03:48:53.661Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.661Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55b1019e-f26b-43ed-8574-9d026c660d69
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-23T03:48:53.676Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.676Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:53.676Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is not matching search criteria
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.677Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.678Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-23T03:48:53.678Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-23T03:48:53.678Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-23T03:48:53.678Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:53.678Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-23T03:48:53.678Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.678Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bc5dfb0c-6015-4535-9272-feb18e18363a
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-23T03:48:53.681Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.681Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:53.681Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:53.683Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-23T03:48:53.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-23T03:48:53.685Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-23T03:48:53.685Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-23T03:48:53.685Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-23T03:48:53.685Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f734ed28-38a9-4f00-b408-6682eec904c7
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-23T03:48:53.688Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.688Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:53.688Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T03:48:53.688Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.688Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Node template vFW cc6bcdac-6eff 0 is matching search criteria
2023-03-23T03:48:53.689Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW cc6bcdac-6eff 0] matching following query criteria: sdcType=VF, customizationUUID=86579774-ffe0-48b4-a7f6-cb6b99ec5c15
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T03:48:53.691Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.691Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.691Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 12bc9fae-5a8e-426a-91fd-315b8d83f0b0: vFW cc6bcdac-6eff
2023-03-23T03:48:53.691Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.691Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-23 03-46-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T03:48:53.692Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-03-23 03-46-12 
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-23T03:48:54.052Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cc6bcdac-6eff 8e3e50b4-02cd-47a1-b03c-e0e47ca20379 1 ASDC deployResourceStructure
2023-03-23T03:48:54.053Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json ASDC sendASDCNotification
2023-03-23T03:48:54.053Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json
2023-03-23T03:48:54.053Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T03:48:54.053Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:54.053Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:54.053Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543334053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:55.054Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-23T03:48:55.054Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml
2023-03-23T03:48:55.054Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T03:48:55.055Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:55.055Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:55.055Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543335054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:56.056Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-23T03:48:56.056Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env
2023-03-23T03:48:56.056Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T03:48:56.057Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:56.057Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:56.057Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543336056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:57.058Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar ASDC sendASDCNotification
2023-03-23T03:48:57.058Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar
2023-03-23T03:48:57.059Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T03:48:57.059Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:48:57.059Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:48:57.059Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543337058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:48:58.061Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:48:58.098Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:48:58.103Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T03:48:58.103Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:48:58.103Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:49:03.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:49:03.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T03:49:03.755Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543314248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:49:03.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:49:28.103Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:49:28.128Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:49:28.134Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T03:49:28.134Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:49:28.134Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:49:58.134Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:49:58.161Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:49:58.166Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T03:49:58.166Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:49:58.166Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:50:03.753Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:50:03.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543309040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543306968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543303185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543315098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543314248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543303185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543309040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543306968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543315098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543303185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543309040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543314248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543306968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543315098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543309040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543303185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543314248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543306968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543315098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543314248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543309040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543303185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543306968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543315098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543314248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543309040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543306968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543303185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543315098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543314248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543309040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543303185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543306968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543284063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543326330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543325165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543325398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543324811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543326135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543326180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543326531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543327184,
  "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-23T03:50:03.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
2023-03-23T03:50:03.796Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab 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-23T03:50:03.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543327641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543327433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543327433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543329564,
  "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-23T03:50:03.831Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
2023-03-23T03:50:03.831Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab 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-23T03:50:03.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543330332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543327433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543330568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543331474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543327433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543332575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543327433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543327433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543334053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/vfwcc6bcdac6eff0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543327433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543335054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.848Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543335298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543336056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/resourceInstances/vfwcc6bcdac6eff0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543335739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543337058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.849Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543336743,
  "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-23T03:50:03.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
2023-03-23T03:50:03.862Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab 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-23T03:50:03.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543340032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230323034612/1.0/artifacts/service-Vfw20230323034612-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T03:50:03.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:50:03.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:50:03.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543341038,
  "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-23T03:50:03.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
2023-03-23T03:50:03.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab 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-23T03:50:28.167Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:50:28.191Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T03:50:28.197Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-23T03:50:28.212Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T03:50:58.212Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T03:50:58.227Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab and serviceModelVersionId: 12bc9fae-5a8e-426a-91fd-315b8d83f0b0
2023-03-23T03:50:58.227Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75f25342-f404-4012-b225-fc152d18d333
2023-03-23T03:51:03.753Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:03.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.760Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543331573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543354351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543358189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543327349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543357433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543354351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543331573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543327349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543358189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543357433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543354351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543327349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543331573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543358189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543357433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543354351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.773Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543327349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.774Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543331573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543358189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543357433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543354351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543327349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543331573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543358189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543357433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543354351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543327349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543331573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543358189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543357433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679543354351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543327349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543331573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543358189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543357433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543366967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543367621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:51:03.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543367852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:51:03.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679543368801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:51:03.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543368453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T03:51:03.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543366967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543368624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T03:51:03.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543368930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is  not found"
}
2023-03-23T03:51:03.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543366967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679543369628,
  "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-23T03:51:03.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00357cd3-bad3-45fb-9a0f-d52fff09fe55
2023-03-23T03:51:03.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00357cd3-bad3-45fb-9a0f-d52fff09fe55 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-23T03:51:03.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543369932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is  not found"
}
2023-03-23T03:51:03.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543366967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543370627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T03:51:03.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543370967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-03-23T03:51:03.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543366967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679543371632,
  "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-23T03:51:03.889Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00357cd3-bad3-45fb-9a0f-d52fff09fe55
2023-03-23T03:51:03.889Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00357cd3-bad3-45fb-9a0f-d52fff09fe55 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-23T03:51:03.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.910Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543371970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-03-23T03:51:03.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.910Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543366967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:51:03.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.911Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679543373023,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-23T03:51:03.923Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 00357cd3-bad3-45fb-9a0f-d52fff09fe55
2023-03-23T03:51:03.923Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00357cd3-bad3-45fb-9a0f-d52fff09fe55 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-23T03:51:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.943Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543366967,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:51:03.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.943Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543374062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-23T03:51:03.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.944Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543375068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-03-23T03:51:03.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:51:03.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:51:03.944Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "aai-model-loader",
  "timestamp": 1679543376070,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-23T03:51:03.956Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 00357cd3-bad3-45fb-9a0f-d52fff09fe55
2023-03-23T03:51:03.957Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00357cd3-bad3-45fb-9a0f-d52fff09fe55 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-23T03:51:09.736Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75f25342-f404-4012-b225-fc152d18d333/model-vers/model-ver/12bc9fae-5a8e-426a-91fd-315b8d83f0b0?depth=0
2023-03-23T03:51:09.841Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T03:51:10.295Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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/75f25342-f404-4012-b225-fc152d18d333/model-vers/model-ver/12bc9fae-5a8e-426a-91fd-315b8d83f0b0?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-23T03:51:10.301Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75f25342-f404-4012-b225-fc152d18d333/model-vers/model-ver/12bc9fae-5a8e-426a-91fd-315b8d83f0b0?depth=0|INFO|500||Invoke
2023-03-23T03:51:10.336Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75f25342-f404-4012-b225-fc152d18d333/model-vers/model-ver/12bc9fae-5a8e-426a-91fd-315b8d83f0b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T03:51:10.595Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75f25342-f404-4012-b225-fc152d18d333/model-vers/model-ver/12bc9fae-5a8e-426a-91fd-315b8d83f0b0?depth=0|INFO|500||InvokeReturn
2023-03-23T03:51:10.595Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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/75f25342-f404-4012-b225-fc152d18d333/model-vers/model-ver/12bc9fae-5a8e-426a-91fd-315b8d83f0b0?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 03:51:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[219], vertex-id=[426192], x-aai-txid=[1-aai-resources-230323-03:51:09:965-81149], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T03:51:10.596Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T03:51:10.603Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T03:51:10.603Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-23T03:51:10.616Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|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-23T03:51:10.630Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T03:51:10.631Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T03:51:10.631Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:10.631Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:10.631Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543470630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T03:51:11.667Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:51:11.676Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T03:51:11.676Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T03:51:11.680Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:51:11.681Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:11.681Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:11.681Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:12.682Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:51:12.682Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:12.682Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:12.682Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:13.683Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:51:13.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:13.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:13.684Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:14.685Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:51:14.685Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:14.686Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:14.686Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:15.687Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:51:15.687Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:15.687Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:15.688Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:16.688Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:51:16.689Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:16.689Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:16.689Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:17.690Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:51:17.690Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:17.690Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:17.690Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:18.693Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T03:51:18.693Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T03:51:18.694Z|33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T03:51:18.694Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T03:51:18.694Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T03:51:18.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T03:51:18.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T03:51:18.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T03:51:18.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T03:51:18.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T03:51:18.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T03:51:18.833Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T03:51:18.833Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7702a49e
2023-03-23T03:51:18.834Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T03:51:18.834Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T03:51:18.835Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T03:51:18.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T03:51:18.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T03:51:18.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T03:51:18.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:18.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:18.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543478835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:19.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T03:51:19.864Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T03:51:19.864Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T03:51:19.868Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T03:51:19.868Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T03:51:19.868Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T03:51:19.868Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T03:51:19.868Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T03:51:19.887Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T03:51:19.887Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@565453f7
2023-03-23T03:51:19.887Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T03:51:19.887Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T03:51:19.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T03:51:19.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T03:51:19.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T03:51:19.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T03:51:19.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:51:19.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:51:19.889Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543479888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:51:20.890Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T03:51:20.890Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:51:20.918Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:51:20.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:51:20.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:51:50.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:51:50.953Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:51:50.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:51:50.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:52:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:52:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "33c3dbe0-fa2f-41bb-94fd-8f2cd3bdaaab",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543470630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T03:52:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:52:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:52:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T03:52:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:52:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543471667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:52:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543478835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T03:52:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:52:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543479888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T03:52:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:52:20.959Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:52:20.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:52:20.989Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:52:20.989Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:52:50.989Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:52:51.016Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:52:51.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:52:51.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:53:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:53:21.024Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:53:21.056Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:53:21.062Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:53:21.062Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:53:51.063Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:53:51.088Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:53:51.093Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:53:51.093Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:54:03.754Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:54:21.094Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:54:21.120Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:54:21.129Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:54:21.129Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:54:51.129Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:54:51.160Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:54:51.166Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:54:51.166Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:55:03.755Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:55:21.167Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:55:21.195Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:55:21.200Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:55:21.201Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:55:51.201Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:55:51.224Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:55:51.232Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:55:51.233Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:56:03.756Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:56:11.711Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:56:11.712Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-6c1ee2c2-9167-430b-9356-95ac549bf714 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-23T03:56:11.713Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T03:56:11.713Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T03:56:12.813Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:12.833Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T03:56:12.835Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T03:56:12.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T03:56:12.844Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T03:56:12.862Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T03:56:12.863Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T03:56:12.863Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T03:56:12.870Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T03:56:12.870Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T03:56:12.871Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T03:56:12.871Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=140, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T03:56:12.872Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T03:56:12.872Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T03:56:21.233Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T03:56:21.233Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T03:56:21.249Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T03:56:21.249Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T03:56:21.250Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T03:56:21.255Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T03:56:21.292Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T03:56:21.293Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T03:56:21.304Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T03:56:21.380Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T03:56:21.381Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 03:56:20 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[54], x-aai-txid=[1-aai-resources-230323-03:56:20:934-37149], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T03:56:21.382Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T03:56:21.406Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T03:56:21.406Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T03:56:21.406Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T03:56:21.407Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T03:56:21.414Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T03:56:21.414Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T03:56:21.415Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T03:56:21.415Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:56:21.415Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:56:21.415Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543781414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:56:21.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T03:56:21.433Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543781414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T03:56:21.433Z||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-23T03:56:22.453Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T03:56:22.453Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T03:56:22.455Z||pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:56:22.455Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:56:22.456Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:56:22.456Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T03:56:22.461Z||pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:56:22.462Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-905ad218-96fe-458f-9439-836712c109cf
2023-03-23T03:56:22.462Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:56:22.462Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T03:56:25.047Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:28.057Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:31.066Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:34.076Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:37.086Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:40.097Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:43.108Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:46.118Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:49.127Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:52.136Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:55.145Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:56:58.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:57:01.164Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T03:57:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:03.770Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T03:57:03.771Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T03:57:03.779Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-905ad218-96fe-458f-9439-836712c109cf', protocol='range'}
2023-03-23T03:57:03.780Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T03:57:03.785Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T03:57:03.786Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T03:57:03.786Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T03:57:03.786Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T03:57:03.786Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T03:57:03.787Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T03:57:03.787Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-905ad218-96fe-458f-9439-836712c109cf=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T03:57:03.803Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-905ad218-96fe-458f-9439-836712c109cf', protocol='range'}
2023-03-23T03:57:03.803Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: cached metadata has changed from (version3: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version59: {SDC-DISTR-NOTIF-TOPIC-AUTO=6})
2023-03-23T03:57:03.803Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T03:57:03.804Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.804Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T03:57:03.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T03:57:03.804Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Revoke 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-23T03:57:03.805Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T03:57:03.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T03:57:03.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T03:57:03.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T03:57:03.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=141, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T03:57:03.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T03:57:03.810Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T03:57:03.813Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-905ad218-96fe-458f-9439-836712c109cf', protocol='range'}
2023-03-23T03:57:03.818Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-905ad218-96fe-458f-9439-836712c109cf', protocol='range'}
2023-03-23T03:57:03.818Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.819Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.824Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.824Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.825Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.825Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.825Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T03:57:03.825Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T03:57:04.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T03:57:04.855Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T03:57:04.858Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:57:04.858Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:04.858Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:04.858Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:04.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:57:04.877Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:57:04.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:57:05.859Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:57:05.860Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:05.860Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:05.860Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:06.862Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:57:06.862Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:06.863Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:06.863Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:07.865Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:57:07.866Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:07.866Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:07.866Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:08.867Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:57:08.868Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:08.868Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:08.868Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:09.868Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:57:09.869Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:09.869Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:09.869Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:10.870Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T03:57:10.871Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:10.871Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:10.871Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:11.874Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T03:57:11.875Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T03:57:11.875Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T03:57:11.875Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T03:57:11.875Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T03:57:11.931Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T03:57:11.931Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-23T03:57:11.931Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-23T03:57:11.932Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T03:57:11.932Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-23T03:57:11.932Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T03:57:11.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-23T03:57:11.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22ab57a1
2023-03-23T03:57:11.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T03:57:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T03:57:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T03:57:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T03:57:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T03:57:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T03:57:11.971Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:11.971Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:11.971Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543831970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T03:57:12.987Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T03:57:12.988Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T03:57:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T03:57:12.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T03:57:12.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T03:57:12.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-23T03:57:12.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T03:57:13.014Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-23T03:57:13.014Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@8814889
2023-03-23T03:57:13.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T03:57:13.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T03:57:13.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T03:57:13.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T03:57:13.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T03:57:13.016Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T03:57:13.016Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T03:57:13.016Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T03:57:13.016Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543833015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:57:14.018Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T03:57:14.018Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:57:14.046Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:57:14.052Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:57:14.052Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:57:44.053Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:57:44.079Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:57:44.085Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:57:44.085Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:58:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:58:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T03:58:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T03:58:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543782453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T03:58:03.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:03.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543831970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T03:58:03.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:03.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T03:58:03.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679543833015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T03:58:03.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T03:58:14.085Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:58:14.111Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:58:14.117Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:58:14.117Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:58:44.117Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:58:44.144Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:58:44.149Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:58:44.150Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:59:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T03:59:14.150Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:59:14.180Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:59:14.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:59:14.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T03:59:44.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:59:44.213Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T03:59:44.220Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T03:59:44.220Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:00:03.753Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:00:14.177Z||kafka-producer-network-thread | SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-8012350e-ceea-4f90-913c-d825b5d88ad4] Node 0 disconnected.
2023-03-23T04:00:14.221Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:00:14.246Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:00:14.251Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:00:14.251Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:00:44.252Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:00:44.280Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:00:44.286Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:00:44.286Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:01:03.755Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:01:14.287Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:01:14.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:01:14.318Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:01:14.318Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:01:44.318Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:01:44.347Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:01:44.353Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:01:44.353Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:02:03.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:02:04.916Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:02:04.917Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-905ad218-96fe-458f-9439-836712c109cf 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-23T04:02:04.917Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:02:04.917Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:02:07.217Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:07.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:02:07.233Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:02:07.238Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:02:07.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:02:07.254Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:02:07.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:02:07.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:02:07.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:02:07.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:02:07.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:02:07.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=150, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:02:07.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:02:07.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:02:14.353Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:02:14.354Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:02:14.366Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:02:14.367Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:02:14.367Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:02:14.376Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:02:14.414Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T04:02:14.414Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:02:14.422Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:02:14.465Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:02:14.466Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:02:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[41], x-aai-txid=[2-aai-resources-230323-04:02:14:050-62880], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:02:14.466Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:02:14.469Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:02:14.469Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:02:14.470Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:02:14.470Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:02:14.477Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:02:14.477Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:02:14.477Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:02:14.477Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:02:14.477Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:02:14.477Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544134477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:02:14.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:02:14.501Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544134477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:02:14.502Z||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-23T04:02:15.513Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T04:02:15.514Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T04:02:15.514Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:02:15.515Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:02:15.515Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:02:15.515Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:02:15.523Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-db4d9718-e47b-405e-880f-701903f161d2
2023-03-23T04:02:15.524Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:02:15.524Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:02:15.524Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:02:16.406Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:19.416Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:22.426Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:25.435Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:28.443Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:31.453Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:34.464Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:37.475Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:40.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:43.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:46.505Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:49.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:52.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:55.589Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:02:58.598Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:03:01.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:03:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:03.768Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:03:03.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:03:03.775Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-db4d9718-e47b-405e-880f-701903f161d2', protocol='range'}
2023-03-23T04:03:03.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:03:03.781Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-db4d9718-e47b-405e-880f-701903f161d2=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:03:03.799Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-db4d9718-e47b-405e-880f-701903f161d2', protocol='range'}
2023-03-23T04:03:03.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:03:03.799Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:03:03.799Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:03:03.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:03:03.799Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:03:03.805Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:03:03.805Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:03:03.805Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:03:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:03:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:03:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:03:03.806Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:03:03.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:03:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:03:03.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=151, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:03:03.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:03:03.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:03:04.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.827Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544154375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:03:04.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.828Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544154049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:03:04.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.828Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544150658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:03:04.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544149813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:03:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544167433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544149813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544154375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544150658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544154049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544167433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544170687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544171864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:03:04.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544171448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:03:04.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544171690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:03:04.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544172692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2023-03-23T04:03:04.833Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:03:04.833Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:04.833Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:04.833Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-23T04:03:04.872Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbb71dd3-6981-489d-b9c1-18db4a602911
2023-03-23T04:03:04.873Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbb71dd3-6981-489d-b9c1-18db4a602911 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-23T04:03:04.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.897Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544172975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:03:04.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.897Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544173980,
  "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-23T04:03:04.910Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dbb71dd3-6981-489d-b9c1-18db4a602911
2023-03-23T04:03:04.911Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbb71dd3-6981-489d-b9c1-18db4a602911 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-23T04:03:04.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.933Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544176968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:03:04.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.934Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544176968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:03:04.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544179103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:03:04.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.935Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544181953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:03:04.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:03:04.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:03:04.936Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544182956,
  "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-23T04:03:04.950Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dbb71dd3-6981-489d-b9c1-18db4a602911
2023-03-23T04:03:04.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbb71dd3-6981-489d-b9c1-18db4a602911 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-23T04:03:05.834Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:03:05.835Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:05.835Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:05.835Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:06.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:03:06.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:06.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:06.838Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:07.839Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:03:07.840Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:07.840Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:07.840Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:08.841Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:03:08.841Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:08.842Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:08.842Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:09.842Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:03:09.843Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:09.843Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:09.843Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:10.844Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:03:10.845Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:10.845Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:10.845Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:11.847Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:03:11.847Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:03:11.847Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T04:03:11.848Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:03:11.848Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:03:11.908Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:03:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:03:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:03:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:03:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:03:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:03:11.943Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:03:11.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5bff7eab
2023-03-23T04:03:11.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:03:11.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:03:11.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:03:11.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T04:03:11.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T04:03:11.945Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:03:11.945Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:11.945Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:11.945Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544191944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:12.946Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T04:03:12.959Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:03:12.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:03:12.963Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T04:03:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T04:03:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:03:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:03:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:03:12.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:03:12.983Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2fb77770
2023-03-23T04:03:12.983Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:03:12.983Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:03:12.983Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:03:12.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T04:03:12.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T04:03:12.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:03:12.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:03:12.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:03:12.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544192984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:03:13.985Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T04:03:13.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:03:14.020Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:03:14.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:03:14.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:03:44.027Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:03:44.059Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:03:44.066Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:03:44.066Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:04:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:04:03.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:04:03.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:04:14.067Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:04:14.098Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:04:14.103Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:04:14.103Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:04:44.103Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:04:44.131Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:04:44.137Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:04:44.138Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:05:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:05:03.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:05:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544191944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:03.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:05:03.758Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544192984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:05:03.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:05:14.138Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:05:14.166Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:05:14.173Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:05:14.173Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:05:44.173Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:05:44.202Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:05:44.208Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:05:44.208Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:06:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:06:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544233696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544254354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544230731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544236968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544232868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544233696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544232868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544236968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544230731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544254354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544233696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544232868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544236968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544230731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544254354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544233696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544232868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544230731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544254354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544236968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544257433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544232868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544254354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544233696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544230731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544236968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544257433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544233696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544254354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544232868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544236968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544230731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544257433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544233696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544254354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544232868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544236968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544230731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544257433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544261711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544261485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544262669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544261099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544257433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544262488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544262833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544257433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.770Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544263489,
  "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-23T04:06:03.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db817a23-07f3-4966-bff8-3c5d2697a749
2023-03-23T04:06:03.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db817a23-07f3-4966-bff8-3c5d2697a749 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-23T04:06:03.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544263928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544257433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544265008,
  "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-23T04:06:03.852Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db817a23-07f3-4966-bff8-3c5d2697a749
2023-03-23T04:06:03.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db817a23-07f3-4966-bff8-3c5d2697a749 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-23T04:06:03.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.871Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544265242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.871Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544266011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544266145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544267384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.872Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544267148,
  "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-23T04:06:03.888Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db817a23-07f3-4966-bff8-3c5d2697a749
2023-03-23T04:06:03.888Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db817a23-07f3-4966-bff8-3c5d2697a749 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-23T04:06:03.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.913Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544268387,
  "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-23T04:06:03.929Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db817a23-07f3-4966-bff8-3c5d2697a749
2023-03-23T04:06:03.930Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db817a23-07f3-4966-bff8-3c5d2697a749 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-23T04:06:03.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.959Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.959Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.959Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.961Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.961Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.961Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.963Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.965Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.967Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.968Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544263672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679544267025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544264490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679544274350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.969Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544268150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544288460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679544290031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.970Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544288854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544289862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:03.971Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679544290863,
  "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-23T04:06:04.005Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76d3e770-7a88-4565-9c87-b59e98e3d9ba
2023-03-23T04:06:04.005Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d3e770-7a88-4565-9c87-b59e98e3d9ba 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-23T04:06:04.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.031Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:04.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.031Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:04.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544291899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.032Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "aai-model-loader",
  "timestamp": 1679544292902,
  "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-23T04:06:04.046Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76d3e770-7a88-4565-9c87-b59e98e3d9ba
2023-03-23T04:06:04.046Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d3e770-7a88-4565-9c87-b59e98e3d9ba 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-23T04:06:04.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.071Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544287433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544296273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544297985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:06:04.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:06:04.073Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679544298990,
  "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-23T04:06:04.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76d3e770-7a88-4565-9c87-b59e98e3d9ba
2023-03-23T04:06:04.088Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d3e770-7a88-4565-9c87-b59e98e3d9ba 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-23T04:06:14.208Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:06:14.236Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:06:14.241Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:06:14.241Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:06:44.241Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:06:44.272Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:06:44.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:06:44.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:07:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:07:14.279Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:07:14.307Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:07:14.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:07:14.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:07:44.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:07:44.343Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:07:44.351Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:07:44.351Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:08:03.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:08:04.863Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:08:04.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-db4d9718-e47b-405e-880f-701903f161d2 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-23T04:08:04.864Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:08:04.864Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:08:07.505Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:08:07.522Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:08:07.522Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:08:07.529Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:08:07.529Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:08:07.543Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:08:07.544Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:08:07.544Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:08:07.549Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:08:07.549Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:08:07.549Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:08:07.549Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=297, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:08:07.549Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:08:07.549Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:08:14.351Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:08:14.351Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:08:14.365Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:08:14.365Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:08:14.366Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:08:14.375Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:08:14.421Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T04:08:14.422Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:08:14.429Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:08:14.466Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:08:14.466Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:08:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[1-aai-resources-230323-04:08:14:059-11693], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:08:14.467Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:08:14.471Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:08:14.472Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:08:14.472Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:08:14.472Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:08:14.481Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:08:14.481Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:08:14.481Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:08:14.482Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:08:14.482Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:08:14.482Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544494481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:08:14.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:08:14.503Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544494481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:08:14.504Z||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-23T04:08:15.514Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:08:15.515Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:08:15.515Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:08:15.516Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:08:15.516Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:08:15.516Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "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-23T04:08:16.518Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:08:16.518Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:08:16.518Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:08:16.518Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:08:17.521Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:08:17.521Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:08:17.521Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T04:08:17.522Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T04:08:17.523Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T04:08:17.587Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:08:17.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:08:17.589Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:08:17.589Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T04:08:17.589Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:08:17.589Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:08:18.002Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:08:18.004Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1f36bf3f-1a90-455a-a8a5-da525da40ecd 57806
2023-03-23T04:08:18.004Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:18.004Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:18.005Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:08:18.005Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:08:18.005Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:08:18.005Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544498004,
  "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-23T04:08:19.006Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:08:19.007Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:08:19.008Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-23T04:08:19.008Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-23T04:08:19.009Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-23T04:08:19.009Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-23T04:08:19.096Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17276201610150317114/Definitions/service-BasicNetwork-template.yml
2023-03-23T04:08:19.554Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-BasicNetwork-csar.csar
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:08:19.555Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
Model Version:NULL
Model InvariantUuid:fd31957b-2848-49fa-ad38-d91397039317
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:318657a6-6635-45d8-8fb9-6a1e0af209c0
Model UUID:f779df9e-82ba-4e23-a849-136388793f9f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
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-23T04:08:19.567Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7
2023-03-23T04:08:19.567Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||No resources found for Service: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:08:19.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||
2023-03-23T04:08:19.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-23T04:08:19.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||No resources found for Service: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:08:19.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:08:19.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-23T04:08:19.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c055262, org.onap.sdc.toscaparser.api.parameters.Input@6aa1faac, org.onap.sdc.toscaparser.api.parameters.Input@63da3d86, org.onap.sdc.toscaparser.api.parameters.Input@28a3fba5, org.onap.sdc.toscaparser.api.parameters.Input@4e533a91]
2023-03-23T04:08:19.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ef4780d2-2188-43d8-a862-fd6cb8ed56d9: Generic NeutronNet
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:08:19.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:08:19.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.703Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-23T04:08:19.704Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.704Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||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-23T04:08:19.704Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:08:19.704Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:08:19.704Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:08:19.704Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544499704,
  "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-23T04:08:20.705Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:08:20.737Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:08:20.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:08:20.759Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:08:50.760Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:08:50.774Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:08:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T04:08:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T04:08:50.783Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:08:50.814Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T04:08:50.814Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T04:08:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:08:50.991Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T04:08:50.992Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:08:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[180264], x-aai-txid=[0-aai-resources-230323-04:08:50:455-89204], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:08:50.992Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:08:50.992Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:08:50.992Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:08:51.003Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:08:51.003Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:08:51.003Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:08:51.004Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:08:51.004Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:08:51.004Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544531003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:08:52.040Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T04:08:52.040Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T04:08:52.041Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:08:52.041Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:08:52.041Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:08:52.041Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:08:52.047Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-cd16f48e-11e9-4373-8409-a8ffb3034aff
2023-03-23T04:08:52.047Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:08:52.048Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:08:52.048Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:08:52.834Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:08:55.844Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:08:58.855Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:09:01.865Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:09:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:03.767Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:09:03.768Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:09:03.773Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:09:03.774Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-cd16f48e-11e9-4373-8409-a8ffb3034aff', protocol='range'}
2023-03-23T04:09:03.779Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-cd16f48e-11e9-4373-8409-a8ffb3034aff=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:09:03.797Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:09:03.797Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:09:03.797Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:09:03.803Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:09:03.797Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-cd16f48e-11e9-4373-8409-a8ffb3034aff', protocol='range'}
2023-03-23T04:09:03.803Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:09:03.803Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:09:03.803Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:09:03.803Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:09:03.803Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=298, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:09:03.803Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:09:03.804Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:09:03.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:09:03.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:09:03.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:09:03.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:09:03.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:09:03.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:09:04.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:09:04.318Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:09:04.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:09:04.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:09:04.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544135513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:09:04.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:09:04.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:09:04.319Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544498004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:09:04.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:09:04.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:09:04.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544499704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:09:04.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:09:04.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:09:04.320Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544531003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:09:04.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:09:04.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:09:04.826Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:09:04.828Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:09:04.828Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:04.828Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:04.829Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:05.830Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:09:05.831Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:05.831Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:05.832Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:06.834Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:09:06.834Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:06.834Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:06.835Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:07.836Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:09:07.837Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:07.837Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:07.837Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:08.838Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:09:08.839Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:08.839Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:08.839Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:09.841Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:09:09.841Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:09.842Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:09.842Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:10.843Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:09:10.844Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:10.844Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:10.844Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:11.846Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:09:11.846Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:09:11.847Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T04:09:11.847Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:09:11.847Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:09:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:09:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:09:11.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:09:11.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:09:11.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:09:11.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:09:11.935Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:09:11.936Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@163bd859
2023-03-23T04:09:11.936Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:09:11.936Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:09:11.936Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:09:11.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T04:09:11.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T04:09:11.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:09:11.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:11.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:11.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544551937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T04:09:12.953Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:09:12.953Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:09:12.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T04:09:12.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T04:09:12.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:09:12.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:09:12.959Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:09:12.976Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:09:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70ff03b8
2023-03-23T04:09:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:09:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:09:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:09:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T04:09:12.978Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T04:09:12.978Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:09:12.978Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:09:12.978Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:09:12.978Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544552977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:09:13.980Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T04:09:13.981Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:09:14.011Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:09:14.017Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:09:14.017Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:09:44.017Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:09:44.042Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:09:44.048Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:09:44.048Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:10:03.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:10:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:10:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:10:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544551937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:10:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:10:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544552977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:10:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:10:14.048Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:10:14.074Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:10:14.080Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:10:14.080Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:10:44.080Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:10:44.106Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:10:44.111Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:10:44.111Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:11:03.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:11:14.111Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:11:14.139Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:11:14.145Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:11:14.145Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:11:44.145Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:11:44.174Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:11:44.179Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:11:44.180Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:12:03.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:12:14.180Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:12:14.208Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:12:14.214Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:12:14.214Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:12:44.214Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:12:44.246Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:12:44.256Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:12:44.256Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:13:03.756Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:13:14.256Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:13:14.296Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:13:14.301Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:13:14.302Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:13:44.302Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:13:44.326Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:13:44.331Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:13:44.331Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:14:03.757Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:14:04.884Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:14:04.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-cd16f48e-11e9-4373-8409-a8ffb3034aff 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-23T04:14:04.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:14:04.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:14:07.194Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:14:07.210Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:14:07.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:14:07.218Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:14:07.218Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:14:07.235Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:14:07.236Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:14:07.236Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:14:07.241Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:14:07.242Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:14:07.242Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:14:07.242Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:14:07.242Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:14:07.242Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:14:14.331Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:14:14.332Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:14:14.344Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:14:14.344Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:14:14.345Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:14:14.352Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:14:14.385Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T04:14:14.385Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:14:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:14:14.437Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:14:14.437Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:14:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[41], x-aai-txid=[2-aai-resources-230323-04:14:14:026-47015], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:14:14.438Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:14:14.441Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:14:14.441Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:14:14.441Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:14:14.442Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:14:14.453Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:14:14.453Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:14:14.453Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:14:14.453Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:14.453Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:14.453Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544854453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:14:14.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:14:14.476Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544854453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:14:14.476Z||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-23T04:14:15.480Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:14:15.480Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:14:15.480Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:15.480Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:15.481Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:15.481Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "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-23T04:14:16.481Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:16.482Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:16.482Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:16.482Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:14:17.483Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:14:17.483Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:14:17.483Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T04:14:17.484Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T04:14:17.484Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:14:17.513Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:14:17.514Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:14:17.514Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:14:17.514Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T04:14:17.514Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:14:17.514Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:17.542Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5eb2a495
2023-03-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:17.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544857543,
  "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-23T04:14:18.544Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T04:14:18.587Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T04:14:18.587Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:18.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T04:14:18.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:14:18.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:18.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:18.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544858587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:14:19.590Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:19.590Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T04:14:19.590Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:14:19.590Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:19.591Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:19.591Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544859590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:14:20.592Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:14:20.610Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:14:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:14:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:14:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:14:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:14:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:14:20.614Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:14:20.614Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:14:20.614Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:14:20.614Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:20.621Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:14:50.622Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:14:50.631Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:14:50.631Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T04:14:50.632Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T04:14:50.641Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:14:50.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T04:14:50.670Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T04:14:50.680Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:14:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T04:14:50.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:14:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[180264], x-aai-txid=[0-aai-resources-230323-04:14:50:313-50685], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:14:50.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:14:50.826Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:14:50.826Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:50.840Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:14:50.841Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:14:50.841Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:14:50.842Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:50.842Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:50.842Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544890841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:14:51.863Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:14:51.863Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:14:51.864Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:51.864Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:51.864Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:51.864Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "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-23T04:14:52.865Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:52.866Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:52.866Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:52.866Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "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-23T04:14:53.867Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:53.868Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:53.868Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:53.868Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "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-23T04:14:54.869Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:54.869Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:54.869Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:54.869Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "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-23T04:14:55.870Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:55.871Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:55.871Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:55.871Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "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-23T04:14:56.872Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:56.872Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:56.872Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:56.872Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "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-23T04:14:57.873Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:14:57.874Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:57.874Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:57.874Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:14:58.876Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:14:58.876Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:14:58.876Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T04:14:58.877Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:14:58.877Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T04:14:58.939Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:14:58.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:14:58.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:14:58.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T04:14:58.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:14:58.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:14:59.251Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:14:59.253Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 83254901-5c7c-4086-b478-1c91f7d91786 75181
2023-03-23T04:14:59.253Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:14:59.253Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:14:59.253Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:14:59.254Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:14:59.254Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:14:59.254Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544899253,
  "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-23T04:15:00.255Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:15:00.256Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:15:00.256Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:15:00.256Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-23T04:15:00.257Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:15:00.257Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:15:00.355Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5666442999775428282/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-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:01.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:15:01.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:15:01.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=75719a14-332c-4e49-b793-0c23221659d2
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:01.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.338Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:01.338Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:01.338Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:01.338Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
Model Version:NULL
Model InvariantUuid:8acc502c-aab4-46ae-b6db-e2bab6b16eac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3315116b-d222-42be-830a-7b79a4f77172
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6cf32604-441c-4356-ac79-ab3554d9a6d2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:63747e8b-5b24-4022-8375-9727b55ec56f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:75719a14-332c-4e49-b793-0c23221659d2
ModelInvariantUuid:c2edc2d1-821b-451f-84b1-5b480baf592a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:253ddf86-7907-41e9-9845-468c01d2aab7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ac728800-5df0-407c-9045-f082a18a39c9
ModelInvariantUuid:fff6c900-d93b-4994-982e-f1b9f93042f7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9dbd76c2-17ae-48d6-a1d9-8b42170fcd03
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-23T04:15:01.357Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:15:01.363Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||basic_vm 0
2023-03-23T04:15:01.363Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0
2023-03-23T04:15:01.363Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a05d1b6f-daf4-4714-a4b5-64f2bf071576 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-23T04:15:01.363Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:15:01.363Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:01.451Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:15:01.452Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a05d1b6f-daf4-4714-a4b5-64f2bf071576 787
2023-03-23T04:15:01.452Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:01.452Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:01.452Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:15:01.453Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:01.453Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:01.453Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544901452,
  "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-23T04:15:02.454Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6cf32604-441c-4356-ac79-ab3554d9a6d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63747e8b-5b24-4022-8375-9727b55ec56f",
    "vfModuleModelCustomizationUUID": "402ba21e-d060-410c-aace-6a1d58edc25d",
    "isBase": true,
    "artifacts": [
      "84e4a583-cce2-426b-b1f9-091db10a371e",
      "07df573a-136e-4421-b69d-3dde6e8973b3"
    ],
    "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-23T04:15:02.459Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63747e8b-5b24-4022-8375-9727b55ec56f
VfModuleModelInvariantUUID:6cf32604-441c-4356-ac79-ab3554d9a6d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e4a583-cce2-426b-b1f9-091db10a371e
,
07df573a-136e-4421-b69d-3dde6e8973b3

}
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-23T04:15:02.462Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6cf32604-441c-4356-ac79-ab3554d9a6d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63747e8b-5b24-4022-8375-9727b55ec56f",
    "vfModuleModelCustomizationUUID": "402ba21e-d060-410c-aace-6a1d58edc25d",
    "isBase": true,
    "artifacts": [
      "84e4a583-cce2-426b-b1f9-091db10a371e",
      "07df573a-136e-4421-b69d-3dde6e8973b3"
    ],
    "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-23T04:15:02.463Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63747e8b-5b24-4022-8375-9727b55ec56f
VfModuleModelInvariantUUID:6cf32604-441c-4356-ac79-ab3554d9a6d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e4a583-cce2-426b-b1f9-091db10a371e
,
07df573a-136e-4421-b69d-3dde6e8973b3

}
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-23T04:15:02.463Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84e4a583-cce2-426b-b1f9-091db10a371e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-23T04:15:02.463Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:15:02.463Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:02.558Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:15:02.559Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 84e4a583-cce2-426b-b1f9-091db10a371e 5033
2023-03-23T04:15:02.559Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:02.559Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:02.559Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:15:02.559Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:02.559Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:02.559Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544902559,
  "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-23T04:15:03.560Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 07df573a-136e-4421-b69d-3dde6e8973b3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-23T04:15:03.561Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:15:03.561Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:03.644Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:15:03.645Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 07df573a-136e-4421-b69d-3dde6e8973b3 903
2023-03-23T04:15:03.645Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:03.645Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:03.646Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:15:03.646Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:03.646Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:03.646Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544903645,
  "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-23T04:15:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:03.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.759Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:15:03.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.760Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:15:03.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544857543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544858587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544859590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544890841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:15:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544899253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544901452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:15:03.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544902559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:15:03.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:03.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:15:03.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544903645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:15:03.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:15:04.647Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T04:15:04.647Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 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-23T04:15:04.679Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78e76567, org.onap.sdc.toscaparser.api.parameters.Input@27d28637, org.onap.sdc.toscaparser.api.parameters.Input@21930a49, org.onap.sdc.toscaparser.api.parameters.Input@127163d3, org.onap.sdc.toscaparser.api.parameters.Input@51fef0a7]
2023-03-23T04:15:04.681Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.681Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.681Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-23T04:15:04.681Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9bb91b39-01ce-46be-8da1-9018b629f4f1
2023-03-23T04:15:04.681Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9bb91b39-01ce-46be-8da1-9018b629f4f1 matches Tosca VF Customization UUID: 9bb91b39-01ce-46be-8da1-9018b629f4f1
2023-03-23T04:15:04.681Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9bb91b39-01ce-46be-8da1-9018b629f4f1  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-23T04:15:04.687Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.687Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.687Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9bb91b39-01ce-46be-8da1-9018b629f4f1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-23T04:15:04.687Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77fc2d07
2023-03-23T04:15:04.687Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.688Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-23T04:15:04.688Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 402ba21e-d060-410c-aace-6a1d58edc25d
2023-03-23T04:15:04.688Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 402ba21e-d060-410c-aace-6a1d58edc25d
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-23T04:15:04.693Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.693Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:04.693Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:15:04.693Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.693Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:04.693Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:15:04.693Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.694Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-23T04:15:04.694Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-23T04:15:04.694Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:15:04.694Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=75719a14-332c-4e49-b793-0c23221659d2
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-23T04:15:04.698Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.698Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:04.699Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:15:04.699Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.699Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:15:04.699Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9bb91b39-01ce-46be-8da1-9018b629f4f1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:15:04.702Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.702Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3377c2d8-3434-4467-85e8-83ff56bcdd07: basic_vm
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:04.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:04.978Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 1 ASDC deployResourceStructure
2023-03-23T04:15:04.979Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:04.979Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:04.979Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:15:04.979Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:04.979Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:04.979Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544904979,
  "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-23T04:15:05.980Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:05.980Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:05.980Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:15:05.980Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:05.981Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:05.981Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544905980,
  "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-23T04:15:06.982Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:06.982Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:06.982Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:15:06.982Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:06.982Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:06.982Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544906982,
  "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-23T04:15:07.983Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:07.983Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:15:07.983Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:15:07.984Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:07.984Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:07.984Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544907983,
  "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-23T04:15:08.985Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:15:09.001Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:15:09.004Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:09.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:15:09.014Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:15:39.015Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:15:39.025Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T04:15:39.025Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T04:15:39.026Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T04:15:39.034Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:15:39.060Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T04:15:39.061Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f8460bf-c7ea-431d-b34b-c5894acd0a21], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T04:15:39.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:15:39.216Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:15:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[471248], x-aai-txid=[1-aai-resources-230323-04:15:38:700-96772], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:15:39.216Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:15:39.217Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T04:15:39.217Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:15:39.217Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:15:39.232Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:15:39.232Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:15:39.232Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:15:39.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:39.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:39.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544939232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:15:40.257Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:15:40.258Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:15:40.258Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:40.259Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:40.259Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:40.259Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:41.260Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:41.260Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:41.261Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:41.261Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:42.262Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:42.262Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:42.263Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:42.263Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:43.264Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:43.264Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:43.264Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:43.264Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:44.265Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:44.265Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:44.265Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:44.266Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:45.266Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:45.267Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:45.267Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:45.267Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:46.268Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:46.268Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:46.268Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:46.268Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:47.269Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:15:47.270Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:47.270Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:47.270Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:48.271Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:15:48.271Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:15:48.271Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T04:15:48.272Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:15:48.272Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T04:15:48.323Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:15:48.323Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:15:48.323Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:15:48.324Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:48.324Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:15:48.324Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:48.659Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:15:48.661Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T04:15:48.662Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:15:48.662Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:48.662Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:15:48.662Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:48.662Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:48.662Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544948662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:49.663Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:15:49.664Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:15:49.664Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:49.664Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:49.665Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:49.665Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:49.769Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2780870383089007111/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.305Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:15:50.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:15:50.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:15:50.308Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:15:50.308Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:15:50.308Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.308Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.308Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.308Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.308Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.309Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.309Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.309Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.309Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.309Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.309Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T04:15:50.334Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:15:50.340Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||pNF 8aafe3a0-f800 0
2023-03-23T04:15:50.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722
2023-03-23T04:15:50.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:15:50.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:15:50.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8aafe3a0-f800 0 8174ac0b-1469-4eb2-876f-1b72fd4e4722 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-23T04:15:50.353Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24b789be, org.onap.sdc.toscaparser.api.parameters.Input@b87cbd6, org.onap.sdc.toscaparser.api.parameters.Input@72e2026e, org.onap.sdc.toscaparser.api.parameters.Input@2574b033, org.onap.sdc.toscaparser.api.parameters.Input@3d96375a]
2023-03-23T04:15:50.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5f654911-c5e3-45bc-b6a7-0da4a44216f4: pNF 8aafe3a0-f800
2023-03-23T04:15:50.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Processing PNF resource: 8174ac0b-1469-4eb2-876f-1b72fd4e4722
2023-03-23T04:15:50.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:15:50.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:15:50.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Resource customization UUID: fe25aa40-0f34-412b-8f46-c221593019fa is the same as notified resource customizationUUID: fe25aa40-0f34-412b-8f46-c221593019fa
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-23T04:15:50.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8aafe3a0-f800 8174ac0b-1469-4eb2-876f-1b72fd4e4722 0 ASDC deployResourceStructure
2023-03-23T04:15:50.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:15:50.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:15:50.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:15:50.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:15:50.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:15:50.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544950480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:15:51.482Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:15:51.500Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:15:51.504Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:15:51.504Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:15:51.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:15:51.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:15:51.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:51.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:51.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:51.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:15:51.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:15:51.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:16:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:16:03.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544904979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544905980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544906982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544907983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:16:03.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544939232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:16:03.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.766Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:16:03.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544532040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544948662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544950480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:16:03.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:16:21.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:16:21.522Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:16:21.522Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T04:16:21.523Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T04:16:21.531Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:16:21.560Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?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-23T04:16:21.561Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T04:16:21.567Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:16:21.708Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T04:16:21.709Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:16:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[479440], x-aai-txid=[1-aai-resources-230323-04:16:21:200-92122], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:16:21.709Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:16:21.709Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:16:21.709Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:16:21.719Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:16:21.719Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:16:21.719Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:16:21.720Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:16:21.720Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:16:21.720Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544981719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:16:22.744Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T04:16:22.745Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T04:16:22.745Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:16:22.745Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:16:22.745Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:16:22.746Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:16:22.751Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-356cd0b2-d0ad-4b2a-b6ef-6306b36d4a74
2023-03-23T04:16:22.751Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=5, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-23T04:16:22.752Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:16:22.752Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:16:25.781Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:28.790Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:31.799Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:34.808Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:37.816Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:40.826Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:43.836Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:46.845Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:49.854Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:52.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:55.872Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:16:58.881Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:17:01.890Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:17:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:03.767Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:17:03.768Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:17:03.773Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:17:03.774Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-356cd0b2-d0ad-4b2a-b6ef-6306b36d4a74', protocol='range'}
2023-03-23T04:17:03.778Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-356cd0b2-d0ad-4b2a-b6ef-6306b36d4a74=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:17:03.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:17:03.797Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-356cd0b2-d0ad-4b2a-b6ef-6306b36d4a74', protocol='range'}
2023-03-23T04:17:03.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:17:03.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:17:03.797Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:17:03.798Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:17:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:17:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:17:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:17:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=345, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:17:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:17:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:17:03.806Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:17:03.807Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:17:03.807Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:17:03.807Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:17:03.808Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:17:03.808Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:17:04.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:17:04.826Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544981719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:17:04.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:17:04.828Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:17:04.828Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:17:04.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:17:04.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:04.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:04.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:05.832Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:17:05.832Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:05.833Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:05.833Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:06.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:17:06.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:06.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:06.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:07.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:17:07.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:07.836Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:07.836Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:08.837Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:17:08.837Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:08.838Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:08.838Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:09.839Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:17:09.839Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:09.839Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:09.839Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:10.840Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:17:10.841Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:10.841Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:10.841Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:11.842Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:17:11.843Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:17:11.843Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T04:17:11.843Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:17:11.843Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:17:11.880Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:17:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:17:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:17:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:17:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:17:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:17:11.903Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:17:11.903Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@29b60476
2023-03-23T04:17:11.903Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:11.904Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545031904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:12.905Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T04:17:12.931Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:17:12.932Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:17:12.938Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T04:17:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T04:17:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:17:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:17:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:17:12.959Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:17:12.959Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5bd7ae6c
2023-03-23T04:17:12.959Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:17:12.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:17:12.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:17:12.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T04:17:12.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T04:17:12.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:17:12.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:17:12.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:17:12.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545032960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:17:13.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T04:17:13.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:17:13.981Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:17:13.985Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:17:13.985Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:17:43.985Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:17:44.006Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:17:44.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:17:44.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:18:03.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:18:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:18:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:18:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:18:14.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:18:14.025Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:18:14.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:18:14.027Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:18:44.027Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:18:44.047Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:18:44.051Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:18:44.052Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:19:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:19:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:19:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545031904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545032960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:19:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:19:14.052Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:19:14.069Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:19:14.073Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:19:14.073Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:19:44.073Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:19:44.094Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:19:44.098Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:19:44.098Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:20:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:20:14.098Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:20:14.114Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:20:14.118Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:20:14.118Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:20:44.119Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:20:44.138Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:20:44.142Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:20:44.143Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:21:03.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:21:14.143Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:21:14.162Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:21:14.165Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:21:14.165Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:21:44.166Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:21:44.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:21:44.189Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:21:44.189Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:22:03.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:22:04.870Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:22:04.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-356cd0b2-d0ad-4b2a-b6ef-6306b36d4a74 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-23T04:22:04.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:22:04.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:22:07.351Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:22:07.365Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:22:07.366Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:22:07.371Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:22:07.371Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:22:07.387Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:22:07.388Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:22:07.388Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:22:07.394Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:22:07.394Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:22:07.394Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:22:07.394Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=355, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:22:07.395Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:22:07.395Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:22:14.190Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:22:14.190Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:22:14.199Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:22:14.199Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:22:14.200Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:22:14.208Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:22:14.230Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:22:14.230Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53143cdf-72b9-4763-a1a2-7fe6befe3de3], X-ECOMP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-TransactionId=[], X-ONAP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], Content-Type=[application/merge-patch+json]}
2023-03-23T04:22:14.237Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:22:14.293Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:22:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[2-aai-resources-230323-04:22:13:873-43501], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:22:14.294Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:22:14.295Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:22:14.298Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:22:14.299Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:22:14.299Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:22:14.299Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:22:14.310Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:22:14.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:22:14.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:22:14.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:14.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:14.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545334311,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:22:14.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:22:14.331Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545334311,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:22:14.332Z||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-23T04:22:15.329Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:22:15.329Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:22:15.329Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:15.329Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:15.329Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:15.330Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "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-23T04:22:16.330Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:16.331Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:16.331Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:16.332Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:22:17.334Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:22:17.334Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:22:17.334Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T04:22:17.335Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T04:22:17.335Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:22:17.368Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:22:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:22:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:22:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T04:22:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:22:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:17.405Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:22:17.405Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@200b13a5
2023-03-23T04:22:17.405Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:22:17.405Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:17.406Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:22:17.406Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:17.406Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:17.406Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:22:17.406Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:17.407Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:17.407Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545337406,
  "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-23T04:22:18.408Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T04:22:18.451Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T04:22:18.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:18.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T04:22:18.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:22:18.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:18.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:18.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545338452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:22:19.453Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:19.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T04:22:19.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:22:19.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:19.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:19.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545339453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:22:20.455Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:22:20.477Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:22:20.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:20.492Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:22:50.492Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:22:50.503Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:22:50.503Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T04:22:50.504Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T04:22:50.511Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:22:50.535Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T04:22:50.535Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T04:22:50.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:22:50.699Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T04:22:50.699Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:22:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[180264], x-aai-txid=[2-aai-resources-230323-04:22:50:178-82837], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:22:50.700Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:22:50.700Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:22:50.700Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:50.709Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:22:50.709Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:22:50.710Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:22:50.710Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:50.710Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:50.710Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545370710,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:22:51.730Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:22:51.730Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:22:51.730Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:51.730Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:51.730Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:51.731Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "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-23T04:22:52.731Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:52.732Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:52.732Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:52.732Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "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-23T04:22:53.734Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:53.734Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:53.734Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:53.734Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "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-23T04:22:54.736Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:54.737Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:54.737Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:54.737Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "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-23T04:22:55.738Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:55.738Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:55.738Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:55.738Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "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-23T04:22:56.739Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:56.739Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:56.739Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:56.739Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "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-23T04:22:57.739Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:22:57.740Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:57.740Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:57.740Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:22:58.741Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:22:58.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:22:58.742Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T04:22:58.743Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:22:58.743Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:22:58.771Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:22:58.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:22:58.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:22:58.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T04:22:58.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:22:58.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:22:59.006Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:22:59.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 83254901-5c7c-4086-b478-1c91f7d91786 75181
2023-03-23T04:22:59.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:22:59.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:22:59.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:22:59.010Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:22:59.010Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:22:59.010Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545379009,
  "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-23T04:23:00.010Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:23:00.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:23:00.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:23:00.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-23T04:23:00.013Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:23:00.013Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:23:00.126Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14545442016622907072/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-23T04:23:01.065Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||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-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-BasicVm-csar.csar
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:01.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:23:01.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=75719a14-332c-4e49-b793-0c23221659d2
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:01.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
Model Version:NULL
Model InvariantUuid:8acc502c-aab4-46ae-b6db-e2bab6b16eac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3315116b-d222-42be-830a-7b79a4f77172
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6cf32604-441c-4356-ac79-ab3554d9a6d2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:63747e8b-5b24-4022-8375-9727b55ec56f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:75719a14-332c-4e49-b793-0c23221659d2
ModelInvariantUuid:c2edc2d1-821b-451f-84b1-5b480baf592a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:253ddf86-7907-41e9-9845-468c01d2aab7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ac728800-5df0-407c-9045-f082a18a39c9
ModelInvariantUuid:fff6c900-d93b-4994-982e-f1b9f93042f7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9dbd76c2-17ae-48d6-a1d9-8b42170fcd03
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-23T04:23:01.120Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T04:23:01.120Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:23:01.120Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T04:23:01.120Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:23:01.121Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:01.121Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:01.121Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545381120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:02.123Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:23:02.123Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T04:23:02.123Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:23:02.124Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:02.124Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:02.124Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545382123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:03.126Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:23:03.145Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:23:03.149Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:23:03.149Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:23:03.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:23:03.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:23:03.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:03.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:03.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:03.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:03.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:23:03.160Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:23:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545337406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545338452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545339453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T04:23:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545370710,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545379009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:23:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545381120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T04:23:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:23:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545382123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T04:23:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:23:33.160Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:23:33.171Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T04:23:33.172Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T04:23:33.172Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T04:23:33.179Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:23:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T04:23:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[632805f0-22ec-42c6-abcd-392d726d346d], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T04:23:33.218Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:23:33.358Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:23:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[471248], x-aai-txid=[1-aai-resources-230323-04:23:32:853-10761], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:23:33.358Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:23:33.359Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T04:23:33.359Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:23:33.359Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:23:33.370Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:23:33.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:23:33.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:23:33.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:33.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:33.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545413371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:23:34.395Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:23:34.396Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:23:34.396Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:34.397Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:34.397Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:34.397Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:35.399Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:35.399Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:35.399Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:35.400Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:36.401Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:36.402Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:36.402Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:36.402Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:37.403Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:37.403Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:37.403Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:37.404Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:38.404Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:38.405Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:38.405Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:38.405Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:39.405Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:39.406Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:39.406Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:39.406Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:40.407Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:40.408Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:40.408Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:40.408Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:41.409Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:23:41.409Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:41.409Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:41.409Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:42.410Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:23:42.411Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:23:42.411Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T04:23:42.411Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:23:42.411Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:23:42.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:23:42.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:23:42.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:23:42.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:42.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:23:42.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:42.709Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:23:42.711Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T04:23:42.711Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:23:42.711Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:42.712Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:23:42.712Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:42.712Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:42.712Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545422711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:43.713Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:23:43.714Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:23:43.714Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:43.715Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:43.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:43.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:43.842Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP786436812069804890/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:23:44.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:23:44.403Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T04:23:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T04:23:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:23:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T04:23:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:23:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545424446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:45.447Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:23:45.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T04:23:45.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:23:45.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:23:45.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:23:45.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545425447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:23:46.449Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:23:46.465Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:23:46.468Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:23:46.468Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:23:46.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:23:46.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:23:46.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:46.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:46.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:46.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:23:46.470Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:23:46.476Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:24:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:24:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.768Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545371052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.769Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679545394391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545371885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679545369003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.774Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545397433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545406120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679545407297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545406980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545407123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.776Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.776Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679545408124,
  "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-23T04:24:03.803Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8048160c-0dbb-425b-93be-4598cae89654
2023-03-23T04:24:03.804Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8048160c-0dbb-425b-93be-4598cae89654 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-23T04:24:03.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545408691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:24:03.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679545409695,
  "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-23T04:24:03.823Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8048160c-0dbb-425b-93be-4598cae89654
2023-03-23T04:24:03.823Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8048160c-0dbb-425b-93be-4598cae89654 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-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545413371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545406968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:24:03.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545415113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545418540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:24:03.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.840Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:24:03.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.840Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "aai-model-loader",
  "timestamp": 1679545419543,
  "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-23T04:24:03.847Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8048160c-0dbb-425b-93be-4598cae89654
2023-03-23T04:24:03.847Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8048160c-0dbb-425b-93be-4598cae89654 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-23T04:24:03.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679544982744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:24:03.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545422711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:24:03.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.860Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545424446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T04:24:03.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:03.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:24:03.861Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545425447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T04:24:03.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:24:16.476Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:24:16.487Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:24:16.487Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T04:24:16.488Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T04:24:16.494Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:24:16.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T04:24:16.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c161f5e6-df5d-46ca-a142-ef6f02340c0e], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T04:24:16.521Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:24:16.675Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:24:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[479440], x-aai-txid=[2-aai-resources-230323-04:24:16:159-45999], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:24:16.680Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:24:16.680Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T04:24:16.681Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:24:16.681Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:24:16.689Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:24:16.689Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:24:16.689Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:24:16.689Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:24:16.690Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:24:16.690Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545456689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:24:17.715Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T04:24:17.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T04:24:17.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:24:17.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:24:17.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:24:17.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:24:17.721Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-8b50b092-06d6-4485-942a-ecc8b0fd8f94
2023-03-23T04:24:17.721Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=5, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-23T04:24:17.722Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:24:17.722Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:24:19.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:22.924Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:25.933Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:28.944Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:31.951Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:34.959Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:37.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:40.977Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:43.987Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:46.999Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:50.010Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:53.020Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:56.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:24:59.039Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:25:02.047Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:25:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:03.768Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:25:03.769Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:25:03.775Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:25:03.776Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-8b50b092-06d6-4485-942a-ecc8b0fd8f94', protocol='range'}
2023-03-23T04:25:03.781Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-8b50b092-06d6-4485-942a-ecc8b0fd8f94=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:25:03.799Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:25:03.799Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-8b50b092-06d6-4485-942a-ecc8b0fd8f94', protocol='range'}
2023-03-23T04:25:03.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:25:03.800Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:25:03.800Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:25:03.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:25:03.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:25:03.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:25:03.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:25:03.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:25:03.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:25:03.806Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:25:03.805Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:25:03.806Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:25:03.806Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:25:03.806Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=442, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:25:03.806Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:25:03.806Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:25:04.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:25:04.825Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545456689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:25:04.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:25:04.826Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:25:04.826Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:25:04.829Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:25:04.829Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:04.829Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:04.829Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:05.830Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:25:05.830Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:05.830Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:05.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:06.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:25:06.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:06.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:06.831Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:07.832Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:25:07.833Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:07.833Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:07.833Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:08.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:25:08.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:08.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:08.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:09.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:25:09.836Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:09.836Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:09.836Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:10.836Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:25:10.837Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:10.837Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:10.837Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:11.838Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:25:11.839Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:25:11.839Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T04:25:11.839Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:25:11.839Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:25:11.879Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:25:11.879Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:25:11.879Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:25:11.879Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:25:11.879Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:25:11.880Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:25:11.905Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:25:11.905Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@80f13f2
2023-03-23T04:25:11.905Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:25:11.905Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:25:11.905Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:25:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T04:25:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T04:25:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:25:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545511906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:12.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T04:25:12.933Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:25:12.933Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:25:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T04:25:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T04:25:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:25:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:25:12.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:25:12.963Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:25:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71015034
2023-03-23T04:25:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:25:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:25:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:25:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T04:25:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T04:25:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:25:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:25:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:25:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545512965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:25:13.966Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T04:25:13.967Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:25:13.983Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:25:13.987Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:25:13.988Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:25:43.988Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:25:44.007Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:25:44.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:25:44.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:26:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:26:03.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:26:03.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:26:03.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:26:14.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:26:14.713Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:26:14.717Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:26:14.717Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:26:44.717Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:26:44.737Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:26:44.741Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:26:44.741Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:27:03.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:27:03.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545511906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:27:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:03.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T04:27:03.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545512965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:27:03.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:27:14.742Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:27:14.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:27:14.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:27:14.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:27:44.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:27:44.783Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:27:44.786Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:27:44.786Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:28:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:28:14.786Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:28:14.808Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:28:14.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:28:14.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:28:44.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:28:44.833Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:28:44.836Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:28:44.836Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:29:03.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:29:14.836Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:29:14.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:29:14.860Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:29:14.860Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:29:44.860Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:29:44.877Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:29:44.880Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:29:44.880Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:30:03.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:30:04.885Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:30:04.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-8b50b092-06d6-4485-942a-ecc8b0fd8f94 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-23T04:30:04.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:30:04.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:30:07.347Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:30:07.362Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:30:07.362Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:30:07.368Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:30:07.368Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:30:07.386Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:30:07.386Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:30:07.386Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=452, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:30:14.880Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:30:14.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:30:14.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:30:14.888Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:30:14.889Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:30:14.892Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:30:14.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T04:30:14.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:30:14.917Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:30:14.956Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:30:14.956Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:30:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[1-aai-resources-230323-04:30:14:555-33289], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:30:14.957Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:30:14.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:30:14.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:30:14.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:30:14.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:30:14.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:30:14.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:30:14.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:30:14.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:14.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:14.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545814972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:30:14.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:30:14.995Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545814972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:30:14.995Z||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-23T04:30:15.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:30:15.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:30:15.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:15.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:15.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:15.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "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-23T04:30:16.999Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:16.999Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:17.000Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:17.000Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:30:18.002Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:30:18.002Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:30:18.002Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T04:30:18.003Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T04:30:18.003Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:30:18.035Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:30:18.036Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:30:18.036Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:30:18.036Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T04:30:18.036Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:30:18.036Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:18.066Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:30:18.066Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71821e7
2023-03-23T04:30:18.066Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:30:18.066Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:18.067Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:30:18.067Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:18.067Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:18.067Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:30:18.068Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:18.068Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:18.068Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545818067,
  "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-23T04:30:19.070Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T04:30:19.118Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T04:30:19.118Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:19.118Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T04:30:19.118Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:30:19.119Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:19.119Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:19.119Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545819118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:30:20.120Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:20.120Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T04:30:20.120Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:30:20.120Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:20.120Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:20.121Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545820120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:30:21.122Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:30:21.138Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:30:21.142Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:30:21.142Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:30:21.142Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:30:21.142Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:30:21.143Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:30:21.143Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:30:21.143Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:30:21.143Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:30:21.143Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:21.154Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:30:51.154Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:30:51.159Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:30:51.159Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T04:30:51.160Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T04:30:51.168Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:30:51.188Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T04:30:51.189Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T04:30:51.196Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:30:51.334Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T04:30:51.335Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:30:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[180264], x-aai-txid=[1-aai-resources-230323-04:30:50:833-15240], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:30:51.335Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:30:51.335Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:30:51.335Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:51.347Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:30:51.348Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:30:51.348Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:30:51.348Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:51.348Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:51.348Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545851348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:30:52.366Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:30:52.366Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:30:52.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:52.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:52.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:52.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "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-23T04:30:53.368Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:53.368Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:53.368Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:53.368Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "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-23T04:30:54.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:54.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:54.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:54.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "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-23T04:30:55.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:55.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:55.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:55.372Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "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-23T04:30:56.372Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:56.373Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:56.373Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:56.373Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "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-23T04:30:57.374Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:57.374Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:57.374Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:57.374Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "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-23T04:30:58.375Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:30:58.375Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:58.375Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:58.376Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:30:59.377Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:30:59.377Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:30:59.377Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T04:30:59.378Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:30:59.378Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:30:59.410Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:30:59.411Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:30:59.411Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:30:59.411Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T04:30:59.411Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:30:59.412Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:30:59.439Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:30:59.439Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70ca469f
2023-03-23T04:30:59.440Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:30:59.440Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:30:59.440Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:30:59.440Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:30:59.440Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:30:59.440Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:30:59.440Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:30:59.441Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:30:59.441Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545859440,
  "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-23T04:31:00.441Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T04:31:00.488Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T04:31:00.488Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:31:00.488Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T04:31:00.488Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:31:00.489Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:00.489Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:00.489Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545860488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:01.490Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:31:01.490Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T04:31:01.490Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:31:01.490Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:01.490Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:01.490Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545861490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:02.491Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:31:02.509Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:31:02.513Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:31:02.513Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:31:02.513Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:31:02.514Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:31:02.514Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:02.514Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:02.514Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:02.514Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:02.514Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:31:02.523Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:31:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545818067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545819118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545820120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545851348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545859440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545860488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:31:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545861490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T04:31:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:31:32.523Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:31:32.533Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T04:31:32.533Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T04:31:32.534Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T04:31:32.542Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:31:32.579Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?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-23T04:31:32.580Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T04:31:32.587Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:31:32.728Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T04:31:32.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:31:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[471248], x-aai-txid=[2-aai-resources-230323-04:31:32:225-3698], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:31:32.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:31:32.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:31:32.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:31:32.741Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:31:32.741Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:31:32.741Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:31:32.741Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:32.741Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:32.742Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545892741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:31:33.766Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:31:33.766Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:31:33.768Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:33.768Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:33.768Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:33.769Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:34.769Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:34.770Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:34.770Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:34.770Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:35.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:35.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:35.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:35.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:36.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:36.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:36.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:36.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:37.775Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:37.775Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:37.775Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:37.775Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:38.776Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:38.777Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:38.777Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:38.777Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:39.778Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:39.779Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:39.779Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:39.779Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:40.780Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:31:40.780Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:40.780Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:40.781Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:41.782Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:31:41.782Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:31:41.782Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T04:31:41.782Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:31:41.783Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:31:41.817Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:31:41.818Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:31:41.818Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:31:41.818Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:41.818Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:31:41.818Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:42.121Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:31:42.124Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T04:31:42.124Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:31:42.124Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:42.124Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:31:42.125Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:42.125Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:42.125Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545902124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:43.126Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:31:43.127Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:31:43.127Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.127Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.128Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.128Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.208Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5872732183418214956/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.764Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:31:43.765Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:31:43.766Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T04:31:43.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T04:31:43.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:31:43.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T04:31:43.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:31:43.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:43.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:43.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545903805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:44.806Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:31:44.806Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T04:31:44.807Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:31:44.807Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:31:44.807Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:31:44.807Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545904806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:31:45.808Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:31:45.830Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:31:45.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:31:45.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:31:45.834Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:31:45.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:31:45.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:45.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:45.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:45.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:31:45.835Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:31:45.846Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:32:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545892741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545902124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545903805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T04:32:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:32:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545904806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T04:32:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:32:15.846Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:32:15.856Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:32:15.856Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T04:32:15.857Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T04:32:15.865Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:32:15.892Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?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-23T04:32:15.892Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T04:32:15.902Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:32:16.046Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T04:32:16.047Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:32:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[479440], x-aai-txid=[1-aai-resources-230323-04:32:15:540-55444], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:32:16.047Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:32:16.047Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:32:16.047Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:32:16.055Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:32:16.055Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:32:16.055Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:32:16.055Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:16.055Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:16.056Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545936055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:32:17.078Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:32:17.079Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:32:17.079Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:17.079Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:17.079Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:17.080Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:18.080Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:18.081Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:18.081Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:18.081Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:19.082Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:19.082Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:19.083Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:19.083Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:20.084Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:20.084Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:20.085Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:20.085Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:21.085Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:21.086Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:21.086Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:21.086Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:22.087Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:22.088Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:22.088Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:22.088Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:23.089Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:23.090Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:23.090Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:23.090Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:24.091Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:32:24.092Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:24.092Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:24.092Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:25.093Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:32:25.094Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:32:25.094Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T04:32:25.094Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:32:25.095Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T04:32:25.132Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:32:25.133Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:32:25.133Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:32:25.133Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:25.133Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:32:25.133Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:25.451Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:32:25.453Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T04:32:25.453Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:32:25.454Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:25.454Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:32:25.454Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:25.454Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:25.454Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545945453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:26.455Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:32:26.456Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:32:26.456Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:26.457Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:26.457Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:26.457Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:26.534Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14687189397454381586/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.070Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:32:27.071Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.072Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T04:32:27.093Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:32:27.099Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||pNF 53e4e614-a985 0
2023-03-23T04:32:27.099Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72
2023-03-23T04:32:27.099Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T04:32:27.099Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T04:32:27.099Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 53e4e614-a985 0 805b1a1d-8c48-4f18-8029-f430f26d1a72 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-23T04:32:27.111Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f7560d8, org.onap.sdc.toscaparser.api.parameters.Input@27c9e8aa, org.onap.sdc.toscaparser.api.parameters.Input@1ad166f9, org.onap.sdc.toscaparser.api.parameters.Input@224ee9d0, org.onap.sdc.toscaparser.api.parameters.Input@16893ee1]
2023-03-23T04:32:27.112Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.112Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.112Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 44800041-5ac8-4055-ad18-c599da4f2437: pNF 53e4e614-a985
2023-03-23T04:32:27.112Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Processing PNF resource: 805b1a1d-8c48-4f18-8029-f430f26d1a72
2023-03-23T04:32:27.112Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:32:27.112Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:32:27.113Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Resource customization UUID: 9526ca99-5eaf-4e3a-bc47-df7a9bca901d is the same as notified resource customizationUUID: 9526ca99-5eaf-4e3a-bc47-df7a9bca901d
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-23T04:32:27.193Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 53e4e614-a985 805b1a1d-8c48-4f18-8029-f430f26d1a72 0 ASDC deployResourceStructure
2023-03-23T04:32:27.194Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:32:27.194Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:32:27.194Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:32:27.194Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:27.194Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:27.195Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545947194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:32:28.195Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:32:28.215Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:32:28.218Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:32:28.218Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:32:28.218Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:32:28.218Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:32:28.218Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:32:28.219Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:32:28.219Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:32:28.219Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:32:28.219Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:32:28.227Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:32:58.227Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:32:58.237Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T04:32:58.237Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T04:32:58.237Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T04:32:58.241Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:32:58.260Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T04:32:58.261Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T04:32:58.267Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:32:58.417Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T04:32:58.418Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:32:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[192664], x-aai-txid=[1-aai-resources-230323-04:32:57:906-54757], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:32:58.418Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:32:58.419Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:32:58.419Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:32:58.432Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:32:58.433Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:32:58.433Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:32:58.433Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:32:58.433Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:32:58.433Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545978433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:32:59.458Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T04:32:59.458Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T04:32:59.459Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:32:59.459Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:32:59.459Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:32:59.459Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:32:59.463Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:32:59.465Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-f6d1781d-cd47-4a0c-aa8b-c030acdd0e9c
2023-03-23T04:32:59.465Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:32:59.465Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:33:02.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:33:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:03.770Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:33:03.770Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:33:03.777Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-f6d1781d-cd47-4a0c-aa8b-c030acdd0e9c', protocol='range'}
2023-03-23T04:33:03.777Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:33:03.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-f6d1781d-cd47-4a0c-aa8b-c030acdd0e9c=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:33:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:33:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:33:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:33:03.799Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-f6d1781d-cd47-4a0c-aa8b-c030acdd0e9c', protocol='range'}
2023-03-23T04:33:03.800Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:33:03.800Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:33:03.804Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:33:03.805Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:33:03.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:33:03.805Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:33:03.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:33:03.805Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:33:03.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:33:03.805Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:33:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=481, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:33:03.806Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:33:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:33:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:33:04.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.826Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545936055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:33:04.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:33:04.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:33:04.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:33:04.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:33:04.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:33:04.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:33:04.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545457715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545945453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.832Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545947194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:33:04.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.832Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545978433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:33:04.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:33:04.846Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:33:04.847Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:33:04.849Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:33:04.849Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:04.849Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:04.849Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:05.850Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:33:05.851Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:05.851Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:05.851Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:06.851Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:33:06.852Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:06.852Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:06.852Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:07.853Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:33:07.854Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:07.854Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:07.854Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:08.855Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:33:08.856Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:08.856Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:08.856Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:09.857Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:33:09.858Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:09.858Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:09.858Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:10.859Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:33:10.860Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:10.860Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:10.860Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:11.861Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:33:11.862Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:33:11.862Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T04:33:11.863Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:33:11.863Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:33:11.898Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:33:11.899Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:33:11.899Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:33:11.899Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:33:11.899Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:33:11.899Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:33:11.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:33:11.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@47aea940
2023-03-23T04:33:11.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:33:11.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:33:11.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:33:11.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T04:33:11.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T04:33:11.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:33:11.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:11.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:11.924Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545991924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:12.926Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T04:33:12.949Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:33:12.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:33:12.956Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T04:33:12.956Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T04:33:12.956Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:33:12.956Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:33:12.957Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:33:12.975Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:33:12.975Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@9473f56
2023-03-23T04:33:12.976Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:33:12.976Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:33:12.976Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:33:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T04:33:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T04:33:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:33:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:33:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:33:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545992977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:33:13.979Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T04:33:13.980Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:33:13.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:33:13.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:33:13.998Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:33:43.998Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:33:44.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:33:44.019Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:33:44.019Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:34:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:34:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:34:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:34:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:34:14.019Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:34:14.038Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:34:14.042Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:34:14.042Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:34:44.042Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:34:44.060Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:34:44.063Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:34:44.063Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:35:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:35:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545991924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545992977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:35:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:35:14.064Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:35:14.084Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:35:14.087Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:35:14.088Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:35:44.088Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:35:44.102Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:35:44.106Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:35:44.106Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:36:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:36:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.766Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.768Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.770Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546128309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546154374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546129142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.771Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546126252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546147433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546163034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546161866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:36:03.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546162716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546162869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:36:03.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:36:14.107Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:36:14.125Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:36:14.128Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:36:14.128Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:36:44.129Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:36:44.150Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:36:44.154Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:36:44.154Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:37:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:37:03.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:37:03.753Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:37:03.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:37:14.154Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:37:14.173Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:37:14.177Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:37:14.177Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:37:44.177Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:37:44.190Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:37:44.192Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:37:44.192Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:38:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:38:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:38:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546163870,
  "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-23T04:38:03.785Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13277e4f-39ec-4009-b2c4-2ea4781b07a0
2023-03-23T04:38:03.785Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13277e4f-39ec-4009-b2c4-2ea4781b07a0 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-23T04:38:03.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:38:03.803Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546164474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:38:03.803Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:38:03.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:38:03.803Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546156968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:38:03.804Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:38:03.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:38:03.804Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546165478,
  "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-23T04:38:03.813Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13277e4f-39ec-4009-b2c4-2ea4781b07a0
2023-03-23T04:38:03.813Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13277e4f-39ec-4009-b2c4-2ea4781b07a0 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-23T04:38:03.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:38:03.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546165110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:38:03.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:38:03.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:38:03.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546168608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:38:03.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:38:03.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:38:03.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546169610,
  "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-23T04:38:03.840Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13277e4f-39ec-4009-b2c4-2ea4781b07a0
2023-03-23T04:38:03.840Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13277e4f-39ec-4009-b2c4-2ea4781b07a0 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-23T04:38:04.869Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:38:04.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-f6d1781d-cd47-4a0c-aa8b-c030acdd0e9c 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-23T04:38:04.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:38:04.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:38:07.778Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:10.787Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:13.795Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:14.192Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:38:14.193Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:38:14.199Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:38:14.199Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:38:14.200Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:38:14.207Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:38:14.227Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:38:14.228Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1e4c5fc-67fc-473f-a281-1a75e2973809], X-ECOMP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-TransactionId=[], X-ONAP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], Content-Type=[application/merge-patch+json]}
2023-03-23T04:38:14.236Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:38:14.271Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:38:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230323-04:38:13:876-82577], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:38:14.272Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:38:14.273Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:38:14.276Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:38:14.276Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:38:14.276Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:38:14.276Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:38:14.289Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:38:14.289Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:38:14.289Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:38:14.289Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546294289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:38:15.310Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:38:15.310Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:38:15.310Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "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-23T04:38:16.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:16.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:16.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:16.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:38:16.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:17.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:38:17.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:38:17.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T04:38:17.314Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T04:38:17.314Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:38:17.344Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:38:17.345Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:38:17.345Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:38:17.345Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T04:38:17.345Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:38:17.345Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:38:17.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70720637
2023-03-23T04:38:17.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:38:17.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:17.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:38:17.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:17.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:17.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:38:17.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:17.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:17.371Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546297370,
  "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-23T04:38:18.372Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T04:38:18.411Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T04:38:18.412Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:18.412Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T04:38:18.412Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:38:18.412Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:18.412Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:18.412Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546298411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:38:19.414Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:19.414Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T04:38:19.414Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:38:19.415Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:19.415Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:19.415Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546299413,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:38:19.812Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:20.416Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:38:20.435Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:38:20.439Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:38:20.439Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:38:20.439Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:38:20.439Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:38:20.439Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:38:20.439Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:38:20.439Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:38:20.440Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:38:20.440Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:20.446Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:38:22.821Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:25.830Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:28.839Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:31.848Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:34.857Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:37.865Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:40.875Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:43.884Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:46.894Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:49.903Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:50.446Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:38:50.457Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:38:50.457Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T04:38:50.458Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T04:38:50.466Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:38:50.487Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T04:38:50.487Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T04:38:50.496Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:38:50.640Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T04:38:50.641Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:38:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[180264], x-aai-txid=[1-aai-resources-230323-04:38:50:135-35898], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:38:50.641Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:38:50.641Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:38:50.641Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:50.650Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:38:50.651Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:38:50.651Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:38:50.651Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:50.651Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:50.651Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546330651,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:38:51.671Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:38:51.672Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:38:51.672Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:51.672Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:51.672Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:51.673Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "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-23T04:38:52.673Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:52.674Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:52.674Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:52.674Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "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-23T04:38:52.912Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:53.675Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:53.675Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:53.675Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:53.676Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "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-23T04:38:54.676Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:54.677Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:54.677Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:54.677Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "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-23T04:38:55.678Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:55.678Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:55.679Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:55.679Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "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-23T04:38:55.920Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:56.679Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:56.680Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:56.680Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:56.681Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "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-23T04:38:57.681Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:38:57.682Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:57.682Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:57.682Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:38:58.683Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:38:58.684Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:38:58.684Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T04:38:58.684Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:38:58.684Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:38:58.722Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:38:58.723Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:38:58.723Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:38:58.723Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T04:38:58.723Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:38:58.723Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:38:58.749Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:38:58.749Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7de48802
2023-03-23T04:38:58.749Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:38:58.749Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:38:58.750Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:38:58.750Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:38:58.750Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:38:58.750Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:38:58.750Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:58.750Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:58.750Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546338750,
  "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-23T04:38:58.930Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:38:59.751Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T04:38:59.790Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T04:38:59.791Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:38:59.791Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T04:38:59.791Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:38:59.791Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:38:59.792Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:38:59.792Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546339791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:00.793Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:39:00.793Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T04:39:00.793Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:39:00.794Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:00.794Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:00.794Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546340793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:39:01.813Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:39:01.817Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:39:01.817Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:39:01.818Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:39:01.818Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:39:01.818Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:01.818Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:01.818Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:01.819Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:01.819Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:39:01.826Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:39:01.938Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:39:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:03.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:39:03.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:39:03.775Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:39:03.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:39:03.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:39:03.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:39:03.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:39:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:39:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:39:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:39:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=560, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:39:03.798Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:39:03.798Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:39:04.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546294289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:39:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:39:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546297370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546298411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546299413,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T04:39:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546330651,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546338750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546339791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546340793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T04:39:04.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:39:31.827Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:39:31.837Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T04:39:31.837Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T04:39:31.838Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T04:39:31.846Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:39:31.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?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-23T04:39:31.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T04:39:31.876Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:39:32.023Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T04:39:32.024Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:39:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[471248], x-aai-txid=[1-aai-resources-230323-04:39:31:517-77972], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:39:32.025Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:39:32.025Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:39:32.025Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:39:32.039Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:39:32.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:39:32.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:39:32.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:32.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:32.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546372040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:39:33.062Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:39:33.063Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:39:33.063Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:33.064Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:33.064Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:33.064Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:34.065Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:34.065Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:34.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:34.066Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:35.067Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:35.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:35.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:35.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:36.068Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:36.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:36.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:36.069Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:37.070Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:37.070Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:37.071Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:37.071Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:38.071Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:38.072Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:38.072Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:38.072Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:39.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:39.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:39.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:39.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:40.075Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:39:40.076Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:40.076Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:40.076Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:41.077Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:39:41.077Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:39:41.077Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T04:39:41.078Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:39:41.078Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:39:41.114Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:39:41.115Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:39:41.115Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:39:41.115Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:41.115Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:39:41.115Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:41.467Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:39:41.471Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T04:39:41.471Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:39:41.471Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:41.471Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:39:41.472Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:41.472Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:41.472Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546381471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:42.473Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:39:42.474Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:39:42.474Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:42.475Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:42.475Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:42.475Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:42.563Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12563726818780035365/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:39:43.171Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:39:43.172Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:39:43.172Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:39:43.172Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:39:43.172Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T04:39:43.217Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T04:39:43.217Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:39:43.217Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T04:39:43.217Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:39:43.218Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:43.218Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:43.218Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546383217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:44.219Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:39:44.219Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T04:39:44.219Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:39:44.219Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:39:44.219Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:39:44.220Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546384219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:39:45.221Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:39:45.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:45.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:39:45.237Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:39:45.244Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:40:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:03.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546372040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:40:03.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:40:03.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546381471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546383217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T04:40:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T04:40:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546384219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T04:40:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:40:15.244Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:40:15.250Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:40:15.251Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T04:40:15.251Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T04:40:15.259Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:40:15.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T04:40:15.283Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b17610c1-6d36-4702-8b2c-fd433f54ac39], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T04:40:15.291Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:40:15.429Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:40:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[479440], x-aai-txid=[0-aai-resources-230323-04:40:14:933-69553], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:40:15.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:40:15.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T04:40:15.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:40:15.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:40:15.443Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:40:15.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:40:15.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:40:15.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:15.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:15.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546415444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:40:16.467Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:40:16.468Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:40:16.468Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:16.468Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:16.468Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:16.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:17.469Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:17.470Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:17.470Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:17.470Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:18.471Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:18.471Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:18.471Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:18.472Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:19.472Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:19.473Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:19.473Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:19.473Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:20.474Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:20.474Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:20.475Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:20.475Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:21.476Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:21.477Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:21.477Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:21.477Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:22.479Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:22.479Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:22.479Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:22.479Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:23.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:40:23.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:23.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:23.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:24.482Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:40:24.483Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:40:24.483Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T04:40:24.483Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:40:24.483Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:40:24.508Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:40:24.509Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:40:24.509Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:40:24.509Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:24.509Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:40:24.509Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:24.835Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:40:24.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T04:40:24.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:40:24.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:24.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:40:24.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:24.840Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:24.840Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546424839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:25.840Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:40:25.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:40:25.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:25.843Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:25.843Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:25.843Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:25.925Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3438457348837083906/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T04:40:26.493Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:40:26.493Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:40:26.493Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.493Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:40:26.493Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:40:26.494Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:40:26.495Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:40:26.496Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:40:26.496Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:40:26.496Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:40:26.496Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:40:26.496Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:40:26.496Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:40:26.496Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T04:40:26.537Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T04:40:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:40:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T04:40:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:40:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:26.539Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546426538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:40:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T04:40:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:40:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:27.541Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:27.541Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546427540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:40:28.542Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:40:28.560Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:40:28.564Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:40:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:40:58.573Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:40:58.579Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T04:40:58.579Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T04:40:58.580Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T04:40:58.586Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:40:58.604Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T04:40:58.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T04:40:58.611Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:40:58.781Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T04:40:58.782Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:40:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[167], vertex-id=[192664], x-aai-txid=[1-aai-resources-230323-04:40:58:251-66558], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:40:58.782Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:40:58.782Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:40:58.782Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:40:58.795Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:40:58.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:40:58.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:40:58.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:40:58.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:40:58.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546458796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:40:59.820Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T04:40:59.820Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T04:40:59.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:40:59.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:40:59.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:40:59.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:40:59.828Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-9ed5dfeb-45b0-474e-a596-a7fe743d9743
2023-03-23T04:40:59.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:40:59.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:40:59.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:41:01.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:41:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:03.767Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:41:03.768Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:41:03.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:41:03.773Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-9ed5dfeb-45b0-474e-a596-a7fe743d9743', protocol='range'}
2023-03-23T04:41:03.779Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-9ed5dfeb-45b0-474e-a596-a7fe743d9743=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:41:03.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:41:03.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:41:03.796Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:41:03.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-9ed5dfeb-45b0-474e-a596-a7fe743d9743', protocol='range'}
2023-03-23T04:41:03.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:41:03.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:41:03.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:41:03.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:41:03.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:41:03.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=589, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:41:03.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:41:03.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:41:03.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:41:03.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:41:03.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:41:03.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:41:03.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:41:03.802Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:41:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546415444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:41:04.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:41:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:41:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:41:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:41:04.822Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.823Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:41:04.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:41:04.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:41:04.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.825Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:41:04.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:41:04.825Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:04.825Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:04.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.825Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:04.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679545979458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:41:04.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546424839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:41:04.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546426538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T04:41:04.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546427540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T04:41:04.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:04.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:41:04.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546458796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:41:04.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:41:05.827Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:41:05.828Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:05.828Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:05.828Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:06.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:41:06.830Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:06.830Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:06.830Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:07.831Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:41:07.832Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:07.832Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:07.832Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:08.833Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:41:08.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:08.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:08.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:09.835Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:41:09.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:09.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:09.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:10.837Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:41:10.838Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:10.838Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:10.838Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:11.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:41:11.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:41:11.840Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T04:41:11.840Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:41:11.840Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:41:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:41:11.882Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:41:11.882Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:41:11.882Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:41:11.882Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:41:11.882Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:41:11.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:41:11.911Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66302b38
2023-03-23T04:41:11.911Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:41:11.911Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:41:11.911Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:41:11.911Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T04:41:11.911Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T04:41:11.911Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:41:11.912Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:11.912Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:11.912Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546471911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:12.913Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T04:41:12.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:41:12.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:41:12.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T04:41:12.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T04:41:12.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:41:12.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:41:12.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:41:12.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:41:12.963Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2885e92f
2023-03-23T04:41:12.963Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:41:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:41:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:41:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T04:41:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T04:41:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:41:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:41:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:41:12.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546472964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:41:13.966Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T04:41:13.967Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:41:13.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:41:13.990Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:41:13.990Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:41:43.991Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:41:44.004Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:41:44.008Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:41:44.008Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:42:03.753Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:42:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:42:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:42:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:42:14.008Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:42:14.022Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:42:14.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:42:14.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:42:44.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:42:44.051Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:42:44.057Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:42:44.057Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:43:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:43:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:43:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T04:43:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546471911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:43:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546472964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:43:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:43:14.058Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:43:14.085Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:43:14.090Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:43:14.090Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:43:44.091Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:43:44.123Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:43:44.128Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:43:44.129Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:44:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:44:14.129Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:44:14.159Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:44:14.164Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:44:14.164Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:44:44.165Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:44:44.195Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:44:44.200Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:44:44.200Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:45:03.753Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:45:14.201Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:45:14.230Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:45:14.236Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:45:14.236Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:45:44.236Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:45:44.265Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:45:44.270Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:45:44.270Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:46:03.755Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:46:04.890Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:46:04.890Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-9ed5dfeb-45b0-474e-a596-a7fe743d9743 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-23T04:46:04.891Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:46:04.891Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:46:07.356Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:46:07.371Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:46:07.371Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:46:07.377Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:46:07.377Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:46:07.398Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:46:07.399Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:46:07.399Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:46:07.403Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:46:07.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:46:07.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:46:07.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=611, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:46:07.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:46:07.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:46:14.270Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:46:14.271Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:46:14.284Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:46:14.284Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:46:14.285Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:46:14.292Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:46:14.316Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T04:46:14.317Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:46:14.326Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:46:14.374Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:46:14.374Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:46:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[41], x-aai-txid=[2-aai-resources-230323-04:46:13:972-25710], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:46:14.375Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:46:14.378Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:46:14.378Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:46:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:46:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:46:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:46:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:46:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:46:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546774392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:46:14.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T04:46:14.413Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546774392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:46:14.414Z||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-23T04:46:15.424Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:46:15.424Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:46:15.425Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:15.425Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:15.425Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:15.425Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "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-23T04:46:16.426Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:16.426Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:16.426Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:16.426Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:46:17.427Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:46:17.427Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:46:17.427Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T04:46:17.428Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T04:46:17.428Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:46:17.474Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:46:17.474Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:46:17.474Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:46:17.474Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T04:46:17.474Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:46:17.474Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:17.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:46:17.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@46f97075
2023-03-23T04:46:17.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:46:17.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:17.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:46:17.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:17.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:17.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:46:17.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:17.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:17.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546777532,
  "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-23T04:46:18.533Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T04:46:18.582Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T04:46:18.582Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:18.583Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T04:46:18.583Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:46:18.583Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:18.583Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:18.583Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546778582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:46:19.584Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:19.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T04:46:19.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:46:19.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:19.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:19.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546779584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:46:20.586Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:46:20.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:46:20.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:46:20.612Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:46:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:46:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:46:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:46:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:46:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:46:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:46:20.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:20.626Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:46:50.627Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:46:50.635Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:46:50.635Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T04:46:50.636Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T04:46:50.644Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:46:50.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T04:46:50.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25ec108f-4aac-40c2-bbc3-0491f8cedb74], X-ECOMP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-TransactionId=[], X-ONAP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], Content-Type=[application/merge-patch+json]}
2023-03-23T04:46:50.675Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:46:50.817Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:46:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[180264], x-aai-txid=[1-aai-resources-230323-04:46:50:317-11170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:46:50.817Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:46:50.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T04:46:50.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:46:50.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:50.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:46:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:46:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:46:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546810824,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:46:51.851Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:46:51.851Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:46:51.852Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:51.852Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:51.852Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:51.852Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "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-23T04:46:52.853Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:52.854Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:52.854Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:52.854Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "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-23T04:46:53.854Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:53.855Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:53.855Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:53.855Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "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-23T04:46:54.856Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:54.856Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:54.857Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:54.857Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "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-23T04:46:55.858Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:55.858Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:55.858Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:55.858Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "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-23T04:46:56.859Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:56.859Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:56.859Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:56.859Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "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-23T04:46:57.860Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:46:57.861Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:57.861Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:57.861Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:46:58.862Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:46:58.862Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:46:58.863Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T04:46:58.863Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:46:58.863Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:46:58.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:46:58.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:46:58.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:46:58.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T04:46:58.924Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:46:58.924Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:46:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:46:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7a76c090
2023-03-23T04:46:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:46:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546818948,
  "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-23T04:46:59.949Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T04:47:00.002Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T04:47:00.002Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:47:00.002Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T04:47:00.002Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:47:00.003Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:00.003Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:00.003Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546820002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:01.004Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:47:01.004Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T04:47:01.004Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:47:01.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:01.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:01.005Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546821004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:02.007Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:47:02.036Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:47:02.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:47:02.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:47:02.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:47:02.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:47:02.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:02.042Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:02.042Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:02.042Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:02.042Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:47:02.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:47:03.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:03.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546777532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546778582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546779584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546810824,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546818948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546820002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546821004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T04:47:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:47:32.058Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:47:32.071Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T04:47:32.071Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T04:47:32.072Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T04:47:32.078Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:47:32.098Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T04:47:32.098Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[558145ac-df3e-438c-9e30-5ef834e36b8f], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T04:47:32.105Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:47:32.253Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:47:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[471248], x-aai-txid=[2-aai-resources-230323-04:47:31:749-38260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:47:32.253Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:47:32.254Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T04:47:32.254Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:47:32.254Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:47:32.261Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:47:32.261Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:47:32.262Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:47:32.262Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:32.262Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:32.262Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546852261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:47:33.296Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:47:33.296Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:47:33.296Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:33.297Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:33.297Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:33.297Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:34.298Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:34.299Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:34.299Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:34.299Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:35.300Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:35.300Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:35.301Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:35.301Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:36.301Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:36.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:36.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:36.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:37.303Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:37.304Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:37.304Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:37.304Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:38.306Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:38.306Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:38.306Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:38.306Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:39.308Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:39.309Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:39.309Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:39.309Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:40.310Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:47:40.310Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:40.311Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:40.311Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:41.313Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:47:41.313Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:47:41.313Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T04:47:41.314Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:47:41.314Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:47:41.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:47:41.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:47:41.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:47:41.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:41.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:47:41.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:41.799Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:47:41.801Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T04:47:41.802Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:47:41.802Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:41.802Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:47:41.802Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:41.802Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:41.802Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546861801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:42.803Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:47:42.804Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:47:42.804Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:42.804Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:42.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:42.805Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:42.899Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16226456477862651562/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T04:47:43.517Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:47:43.517Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:47:43.518Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:47:43.519Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:47:43.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:47:43.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:47:43.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T04:47:43.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T04:47:43.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:47:43.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T04:47:43.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:47:43.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:43.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:43.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546863571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:44.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:47:44.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T04:47:44.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:47:44.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:47:44.574Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:47:44.574Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546864573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:47:45.575Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:47:45.599Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:47:45.604Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:47:45.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:47:45.619Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:48:03.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546852261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:48:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546861801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546863571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T04:48:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:48:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546864573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T04:48:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:48:15.619Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:48:15.634Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:48:15.634Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T04:48:15.635Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T04:48:15.642Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:48:15.665Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T04:48:15.665Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[845741d3-4c84-4e77-86e1-493703a29836], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T04:48:15.672Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:48:15.827Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:48:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[479440], x-aai-txid=[0-aai-resources-230323-04:48:15:315-28936], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:48:15.828Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:48:15.829Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T04:48:15.829Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:48:15.829Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:48:15.840Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:48:15.840Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:48:15.841Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:48:15.841Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:15.841Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:15.841Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546895841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:48:16.875Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:48:16.875Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:48:16.876Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:16.876Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:16.876Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:16.876Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:17.876Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:17.877Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:17.877Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:17.877Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:18.878Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:18.878Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:18.879Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:18.879Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:19.879Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:19.880Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:19.880Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:19.880Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:20.881Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:20.881Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:20.881Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:20.882Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:21.882Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:21.883Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:21.883Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:21.883Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:22.884Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:22.885Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:22.885Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:22.885Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:23.886Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:48:23.886Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:23.886Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:23.886Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:24.887Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:48:24.887Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:48:24.888Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T04:48:24.888Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:48:24.888Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:48:24.943Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:48:24.943Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:48:24.944Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:48:24.944Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:24.944Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:48:24.944Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:25.206Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:48:25.207Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T04:48:25.208Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:48:25.208Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:25.208Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:48:25.208Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:25.209Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:25.209Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546905208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:26.210Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:48:26.210Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:48:26.211Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.211Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.212Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.212Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.298Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7201517876800401487/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T04:48:26.914Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:48:26.914Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:48:26.914Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:48:26.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:48:26.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:48:26.917Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:48:26.917Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:48:26.917Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:48:26.917Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:48:26.917Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:48:26.917Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T04:48:26.959Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T04:48:26.959Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:48:26.959Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T04:48:26.959Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:48:26.959Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:26.959Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:26.959Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546906959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:27.961Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:48:27.961Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T04:48:27.962Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:48:27.962Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:27.963Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:27.963Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546907961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:48:28.965Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:48:28.993Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:48:28.998Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:48:28.999Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:48:29.016Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:48:59.017Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:48:59.028Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T04:48:59.028Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T04:48:59.029Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T04:48:59.036Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:48:59.054Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T04:48:59.055Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T04:48:59.063Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:48:59.225Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T04:48:59.225Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:48:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[192664], x-aai-txid=[1-aai-resources-230323-04:48:58:707-15047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:48:59.226Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:48:59.226Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:48:59.226Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:48:59.239Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:48:59.239Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:48:59.240Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:48:59.240Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:48:59.240Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:48:59.240Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546939239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:49:00.276Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:49:00.277Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:49:00.277Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:00.278Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:00.278Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:00.278Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:01.279Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:01.280Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:01.280Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:01.280Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:02.281Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:02.281Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:02.282Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:02.282Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:03.283Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:03.284Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:03.284Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:03.288Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:03.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546895841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.765Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.767Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546905208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546906959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546907961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.770Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546884044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546894376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546884895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546881990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546897433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546909798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.771Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546909583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546910760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546910392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546910585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546910907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.772Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546911588,
  "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-23T04:49:03.818Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
2023-03-23T04:49:03.818Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb 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-23T04:49:03.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.841Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546912010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546912459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546913114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546913464,
  "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-23T04:49:03.857Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
2023-03-23T04:49:03.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb 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-23T04:49:03.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546914411,
  "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-23T04:49:03.900Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
2023-03-23T04:49:03.900Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb 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-23T04:49:03.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.921Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.921Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546915414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T04:49:03.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.921Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546906967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546917143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546922627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.922Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546923629,
  "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-23T04:49:03.938Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
2023-03-23T04:49:03.938Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb 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-23T04:49:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.971Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.971Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.971Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.972Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.973Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.973Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546911764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.974Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546914350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546916416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546912589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546927433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546937642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546938817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546937878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546938298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546939239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546938644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.977Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546938983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:03.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:03.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:03.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:03.978Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546939645,
  "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-23T04:49:04.018Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7c3e25c-8faa-46d1-9ecf-43f23722473b
2023-03-23T04:49:04.019Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c3e25c-8faa-46d1-9ecf-43f23722473b 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-23T04:49:04.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546940086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546940358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546941136,
  "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-23T04:49:04.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7c3e25c-8faa-46d1-9ecf-43f23722473b
2023-03-23T04:49:04.062Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c3e25c-8faa-46d1-9ecf-43f23722473b 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-23T04:49:04.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.082Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546941367,
  "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-23T04:49:04.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7c3e25c-8faa-46d1-9ecf-43f23722473b
2023-03-23T04:49:04.097Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c3e25c-8faa-46d1-9ecf-43f23722473b 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-23T04:49:04.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.122Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:04.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.122Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:04.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546942139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:49:04.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:49:04.290Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:04.291Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:04.291Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:04.291Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:05.293Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:05.293Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:05.293Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:05.293Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:06.294Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:06.295Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:06.295Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:06.295Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:07.296Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:49:07.296Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:07.296Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:07.296Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:08.298Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:49:08.298Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:49:08.298Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T04:49:08.298Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:49:08.298Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T04:49:08.364Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:49:08.365Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:49:08.365Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:49:08.365Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:08.365Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:49:08.366Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:08.681Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:49:08.683Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T04:49:08.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T04:49:08.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:08.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:49:08.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:08.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:08.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546948684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:09.685Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:49:09.686Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:49:09.686Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:09.687Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:09.688Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:09.688Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:09.768Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6404955728208251453/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.379Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T04:49:10.397Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:49:10.401Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||pNF e7e4ffe0-4661 0
2023-03-23T04:49:10.401Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7
2023-03-23T04:49:10.401Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T04:49:10.401Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T04:49:10.401Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e7e4ffe0-4661 0 19e36ab6-6542-4db2-984a-b3f20324fed7 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-23T04:49:10.410Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35f7316f, org.onap.sdc.toscaparser.api.parameters.Input@b92f27b, org.onap.sdc.toscaparser.api.parameters.Input@40c2d139, org.onap.sdc.toscaparser.api.parameters.Input@296b912, org.onap.sdc.toscaparser.api.parameters.Input@ee68c66]
2023-03-23T04:49:10.410Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.410Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.410Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e: pNF e7e4ffe0-4661
2023-03-23T04:49:10.410Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Processing PNF resource: 19e36ab6-6542-4db2-984a-b3f20324fed7
2023-03-23T04:49:10.410Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:49:10.410Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:49:10.411Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Resource customization UUID: 126895c4-4895-47e7-a601-c873064ea274 is the same as notified resource customizationUUID: 126895c4-4895-47e7-a601-c873064ea274
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-23T04:49:10.500Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e7e4ffe0-4661 19e36ab6-6542-4db2-984a-b3f20324fed7 0 ASDC deployResourceStructure
2023-03-23T04:49:10.500Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T04:49:10.500Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:49:10.500Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:49:10.500Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:10.500Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:10.500Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546950500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:49:11.501Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:49:11.527Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:49:11.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:49:11.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:49:11.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:49:11.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:49:11.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:49:11.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:49:11.533Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:49:11.533Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:49:11.533Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T04:49:11.546Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:49:41.547Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:49:41.561Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T04:49:41.561Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T04:49:41.562Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T04:49:41.570Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:49:41.594Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T04:49:41.594Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8705750-8c70-4b01-b729-7fbe693bc4c5], X-ECOMP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-TransactionId=[], X-ONAP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], Content-Type=[application/merge-patch+json]}
2023-03-23T04:49:41.603Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:49:41.746Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:49:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[504016], x-aai-txid=[2-aai-resources-230323-04:49:41:247-50381], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:49:41.746Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:49:41.747Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T04:49:41.747Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:49:41.748Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T04:49:41.757Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T04:49:41.758Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:49:41.758Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:49:41.758Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:49:41.759Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:49:41.759Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546981758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:49:42.788Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T04:49:42.789Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T04:49:42.789Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:49:42.790Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:49:42.790Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:49:42.790Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:49:42.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:49:42.795Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78cdc730-c5f1-43ef-8c17-53aea229817e
2023-03-23T04:49:42.795Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:49:42.795Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T04:49:44.134Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:49:47.144Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:49:50.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:49:53.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:49:56.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:49:59.184Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:50:02.193Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:50:03.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:03.768Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:50:03.769Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:50:03.774Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:50:03.775Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78cdc730-c5f1-43ef-8c17-53aea229817e', protocol='range'}
2023-03-23T04:50:03.779Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78cdc730-c5f1-43ef-8c17-53aea229817e=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:50:03.796Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78cdc730-c5f1-43ef-8c17-53aea229817e', protocol='range'}
2023-03-23T04:50:03.797Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:50:03.797Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:50:03.797Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:50:03.797Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:50:03.797Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:50:03.801Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:50:03.801Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:50:03.801Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:50:03.801Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:50:03.801Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:50:03.802Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:50:03.802Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:50:03.802Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:50:03.802Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=791, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:50:03.802Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:50:03.802Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:50:03.802Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:50:04.824Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.825Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:50:04.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.825Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546945094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.827Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.827Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546459820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.827Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.827Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546948684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:50:04.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546950500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546950426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546951428,
  "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-23T04:50:04.851Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7c3e25c-8faa-46d1-9ecf-43f23722473b
2023-03-23T04:50:04.851Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7c3e25c-8faa-46d1-9ecf-43f23722473b 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-23T04:50:04.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.875Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.876Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.877Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.879Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.881Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.884Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679546938483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546939821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546940647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679546943142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679546963633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546962457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546963461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.887Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679546964462,
  "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-23T04:50:04.920Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1284799c-9569-4b00-84b1-2eaee4e9099a
2023-03-23T04:50:04.920Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1284799c-9569-4b00-84b1-2eaee4e9099a 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-23T04:50:04.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.946Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546957433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546967229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546968947,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.947Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679546969951,
  "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-23T04:50:04.960Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1284799c-9569-4b00-84b1-2eaee4e9099a
2023-03-23T04:50:04.960Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1284799c-9569-4b00-84b1-2eaee4e9099a 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-23T04:50:04.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546966968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546976088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.984Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546979620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T04:50:04.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:04.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:04.984Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679546980621,
  "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-23T04:50:05.000Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1284799c-9569-4b00-84b1-2eaee4e9099a
2023-03-23T04:50:05.001Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1284799c-9569-4b00-84b1-2eaee4e9099a 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-23T04:50:05.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T04:50:05.025Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546981758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:50:05.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:50:05.828Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:50:05.828Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:05.828Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:05.828Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:06.829Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:50:06.830Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:06.830Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:06.830Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:07.831Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:50:07.831Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:07.831Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:07.831Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:08.832Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:50:08.832Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:08.832Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:08.833Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:09.833Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:50:09.834Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:09.834Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:09.834Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:10.835Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:50:10.835Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:10.835Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:10.836Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:11.836Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:50:11.837Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:50:11.837Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T04:50:11.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:50:11.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:50:11.880Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:50:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:50:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:50:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:50:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:50:11.881Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T04:50:11.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:50:11.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2944fce6
2023-03-23T04:50:11.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:50:11.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:50:11.908Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:50:11.908Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T04:50:11.908Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T04:50:11.908Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:50:11.908Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:11.908Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:11.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547011908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:12.909Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T04:50:12.933Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:50:12.933Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:50:12.943Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T04:50:12.943Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T04:50:12.943Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:50:12.943Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:50:12.944Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T04:50:12.960Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:50:12.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75c9665
2023-03-23T04:50:12.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:50:12.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T04:50:12.961Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:50:12.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T04:50:12.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T04:50:12.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:50:12.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:50:12.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:50:12.962Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547012962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:50:13.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T04:50:13.965Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:50:13.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:50:13.991Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:50:13.991Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:50:43.991Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:50:44.019Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:50:44.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:50:44.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:51:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:51:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:51:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:51:03.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:51:14.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:51:14.051Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:51:14.057Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:51:14.057Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:51:44.058Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:51:44.086Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:51:44.090Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:51:44.091Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:52:03.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:52:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:52:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:52:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547011908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:52:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:52:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547012962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:52:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:52:14.091Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:52:14.117Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:52:14.123Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:52:14.123Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:52:44.123Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:52:44.148Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:52:44.154Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:52:44.154Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:53:03.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:53:14.154Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:53:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:53:14.187Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:53:14.188Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:53:44.188Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:53:44.219Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:53:44.224Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:53:44.225Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:54:03.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:54:14.225Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:54:14.254Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:54:14.260Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:54:14.260Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:54:44.261Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:54:44.284Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:54:44.289Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T04:54:44.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T04:55:03.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:55:04.862Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T04:55:04.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78cdc730-c5f1-43ef-8c17-53aea229817e 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-23T04:55:04.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T04:55:04.863Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T04:55:07.343Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T04:55:07.357Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:55:07.357Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T04:55:07.363Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:55:07.363Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T04:55:07.377Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T04:55:07.378Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:55:07.378Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T04:55:07.382Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:55:07.383Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:55:07.383Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:55:07.383Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=876, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T04:55:07.383Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T04:55:07.383Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T04:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T04:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:55:14.304Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T04:55:14.304Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T04:55:14.305Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T04:55:14.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:55:14.335Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T04:55:14.336Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T04:55:14.343Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T04:55:14.380Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T04:55:14.380Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 04:55:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230323-04:55:13:988-31971], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:55:14.381Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T04:55:14.386Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:55:14.386Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T04:55:14.386Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:55:14.386Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:55:14.398Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T04:55:14.398Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T04:55:14.398Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T04:55:14.398Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:14.399Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:14.399Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547314398,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:55:14.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:55:14.424Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547314398,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T04:55:14.425Z||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-23T04:55:15.439Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:55:15.439Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:55:15.439Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:15.440Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:15.440Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:15.440Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:55:16.441Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:16.442Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:16.442Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:16.442Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:55:17.444Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:55:17.444Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:55:17.444Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T04:55:17.445Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T04:55:17.445Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:55:17.495Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:55:17.496Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:55:17.496Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:55:17.496Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T04:55:17.497Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:55:17.497Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:17.527Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:55:17.528Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@781eaa1b
2023-03-23T04:55:17.528Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:55:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:55:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:55:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:17.530Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:17.530Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547317529,
  "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-23T04:55:18.532Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T04:55:18.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T04:55:18.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:18.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T04:55:18.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:55:18.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:18.577Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:18.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547318577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:55:19.579Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:19.580Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T04:55:19.580Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:55:19.580Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:19.580Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:19.580Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547319579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:55:20.582Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:55:20.603Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:55:20.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:55:20.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:55:20.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:55:20.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:55:20.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:55:20.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:55:20.609Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:55:20.609Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:55:20.609Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:20.623Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:55:50.623Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:55:50.634Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T04:55:50.634Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T04:55:50.635Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T04:55:50.642Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:55:50.660Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T04:55:50.661Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T04:55:50.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:55:50.810Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T04:55:50.811Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:55:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[180264], x-aai-txid=[2-aai-resources-230323-04:55:50:315-7183], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:55:50.811Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:55:50.811Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:55:50.811Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T04:55:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:55:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:55:50.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:50.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:50.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547350824,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:55:51.856Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:55:51.856Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:55:51.856Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:51.856Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:51.857Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:51.857Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:55:52.858Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:52.858Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:52.858Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:52.859Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:55:53.859Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:53.860Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:53.860Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:53.860Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:55:54.861Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:54.861Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:54.862Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:54.862Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:55:55.862Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:55.863Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:55.863Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:55.863Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:55:56.864Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:56.865Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:56.865Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:56.865Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:55:57.866Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:55:57.866Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:57.866Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:57.866Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:55:58.867Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:55:58.868Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:55:58.868Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T04:55:58.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:55:58.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:55:58.921Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:55:58.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:55:58.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:55:58.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T04:55:58.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:55:58.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:55:58.946Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T04:55:58.946Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@27918692
2023-03-23T04:55:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T04:55:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:55:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T04:55:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:55:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:55:58.947Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T04:55:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:55:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:55:58.948Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547358947,
  "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-23T04:55:59.949Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T04:56:00.008Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T04:56:00.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:56:00.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T04:56:00.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:56:00.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:00.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:00.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547360009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:01.010Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:56:01.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T04:56:01.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:56:01.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:01.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:01.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547361010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:02.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:56:02.048Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:56:02.054Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:56:02.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:56:02.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:56:02.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:56:02.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:02.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:02.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:02.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:02.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:56:02.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:56:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547317529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547318577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547319579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547350824,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547358947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547360009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547361010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T04:56:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:56:32.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:56:32.089Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T04:56:32.089Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T04:56:32.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T04:56:32.096Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:56:32.113Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?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-23T04:56:32.113Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T04:56:32.122Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:56:32.258Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T04:56:32.259Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:56:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[471248], x-aai-txid=[1-aai-resources-230323-04:56:31:768-73781], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:56:32.259Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:56:32.259Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:56:32.259Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:56:32.270Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T04:56:32.271Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:56:32.271Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:56:32.272Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:32.272Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:32.272Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547392271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:56:33.301Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:56:33.301Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:56:33.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:33.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:33.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:33.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:34.303Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:34.303Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:34.303Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:34.303Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:35.305Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:35.305Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:35.305Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:35.305Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:36.307Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:36.307Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:36.308Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:36.308Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:37.309Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:37.310Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:37.310Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:37.310Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:38.311Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:38.312Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:38.312Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:38.312Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:39.314Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:39.314Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:39.314Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:39.314Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:40.315Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:56:40.315Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:40.315Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:40.316Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:41.317Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:56:41.317Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:56:41.317Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T04:56:41.318Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:56:41.318Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:56:41.369Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:56:41.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:56:41.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:56:41.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:41.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:56:41.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:41.698Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:56:41.700Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T04:56:41.700Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:56:41.700Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:41.700Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:56:41.700Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:41.701Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:41.701Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547401700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:42.701Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:56:42.702Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:56:42.702Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:42.703Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:42.703Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:42.703Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:42.852Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17236562554901314994/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T04:56:43.429Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:56:43.429Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:56:43.429Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.429Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:56:43.429Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:56:43.430Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:56:43.431Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T04:56:43.479Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T04:56:43.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:56:43.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T04:56:43.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:56:43.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:43.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:43.480Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547403480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:44.481Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T04:56:44.482Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T04:56:44.482Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:56:44.482Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:56:44.482Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:56:44.482Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547404481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:56:45.483Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:56:45.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:56:45.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:56:45.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:56:45.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:56:45.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:56:45.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:45.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:45.520Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:45.521Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:56:45.521Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:56:45.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:57:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547392271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:57:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:57:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547401700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547403480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547404481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T04:57:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:57:15.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:57:15.551Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T04:57:15.551Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T04:57:15.552Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T04:57:15.559Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:57:15.577Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T04:57:15.577Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53f19d35-ba77-4495-9933-4cac4b0337d4], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T04:57:15.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:57:15.731Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:57:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[479440], x-aai-txid=[2-aai-resources-230323-04:57:15:232-64668], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:57:15.732Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:57:15.733Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T04:57:15.733Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:57:15.733Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:57:15.745Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T04:57:15.745Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:57:15.745Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:57:15.746Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:15.746Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:15.746Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547435745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:57:16.773Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:57:16.773Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:57:16.773Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:16.774Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:16.774Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:16.774Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:17.774Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:17.775Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:17.775Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:17.775Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:18.776Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:18.776Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:18.776Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:18.776Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:19.777Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:19.778Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:19.778Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:19.778Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:20.779Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:20.779Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:20.779Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:20.779Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:21.780Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:21.780Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:21.780Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:21.780Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:22.781Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:22.781Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:22.782Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:22.782Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:23.783Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:57:23.783Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:23.783Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:23.783Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:24.785Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:57:24.785Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:57:24.785Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T04:57:24.785Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:57:24.785Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:57:24.833Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:57:24.833Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:57:24.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:57:24.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:24.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:57:24.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:25.121Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:57:25.125Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T04:57:25.126Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:57:25.126Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:25.126Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:57:25.126Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:25.126Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:25.126Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547445126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:26.127Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:57:26.127Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:57:26.127Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.128Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.128Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.128Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.196Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18322853267281111690/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:57:26.758Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:57:26.759Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:57:26.760Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:57:26.760Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:57:26.760Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T04:57:26.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T04:57:26.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:57:26.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T04:57:26.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:57:26.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:26.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:26.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547446794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:27.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T04:57:27.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T04:57:27.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:57:27.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:27.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:27.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547447796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:57:28.799Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:57:28.823Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:57:28.828Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:57:28.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:57:28.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:57:28.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:57:28.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:57:28.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:57:28.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:57:28.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:57:28.830Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:57:28.844Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:57:58.844Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:57:58.856Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T04:57:58.856Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T04:57:58.857Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T04:57:58.860Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:57:58.874Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T04:57:58.874Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3be6540e-9afa-42d3-be73-db55d21f2dcd], X-ECOMP-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], X-TransactionId=[], X-ONAP-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], Content-Type=[application/merge-patch+json]}
2023-03-23T04:57:58.882Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:57:59.026Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:57:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[192664], x-aai-txid=[1-aai-resources-230323-04:57:58:529-89154], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:57:59.026Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:57:59.027Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T04:57:59.028Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:57:59.028Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:57:59.042Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T04:57:59.042Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:57:59.043Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:57:59.043Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:57:59.043Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:57:59.043Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547479043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:58:00.076Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:58:00.076Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:58:00.077Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:00.077Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:00.077Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:00.077Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:01.078Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:01.078Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:01.078Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:01.078Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:02.079Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:02.080Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:02.080Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:02.080Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:03.080Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:03.081Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:03.081Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:03.081Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547435745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:58:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547445126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T04:58:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547446794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547447796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547479043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:58:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:58:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:58:04.082Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:04.082Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:04.082Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:04.083Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:05.083Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:05.084Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:05.084Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:05.084Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:06.085Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:06.085Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:06.085Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:06.085Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:07.087Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:07.087Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:07.087Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:07.087Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:08.089Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:58:08.089Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:58:08.090Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T04:58:08.090Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T04:58:08.090Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:58:08.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:58:08.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:58:08.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:58:08.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:08.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:58:08.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:08.463Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:58:08.466Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T04:58:08.466Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T04:58:08.466Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:08.466Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:58:08.466Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:08.467Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:08.467Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547488466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:09.467Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:58:09.468Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:58:09.468Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:09.469Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:09.469Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:09.469Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4874988859050897901/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T04:58:10.210Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:58:10.210Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:58:10.210Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.210Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:58:10.210Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.210Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:58:10.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:58:10.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T04:58:10.271Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T04:58:10.271Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T04:58:10.272Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T04:58:10.272Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:58:10.272Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:10.272Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:10.272Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547490271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:11.273Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T04:58:11.273Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T04:58:11.273Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:58:11.274Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:11.274Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:11.274Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547491273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:12.275Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:58:12.305Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:58:12.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T04:58:12.327Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:58:42.327Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:58:42.337Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T04:58:42.338Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T04:58:42.338Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T04:58:42.348Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:58:42.377Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T04:58:42.378Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2cfd2ef-3f00-49e2-a98b-69b6465f665e], X-ECOMP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-TransactionId=[], X-ONAP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], Content-Type=[application/merge-patch+json]}
2023-03-23T04:58:42.385Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:58:42.530Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:58:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[504016], x-aai-txid=[1-aai-resources-230323-04:58:42:031-71520], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:58:42.531Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:58:42.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T04:58:42.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:58:42.532Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T04:58:42.543Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T04:58:42.543Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:58:42.543Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:58:42.543Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:42.543Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:42.544Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547522543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:58:43.577Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:58:43.578Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:58:43.578Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:43.578Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:43.578Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:43.579Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:44.579Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:44.580Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:44.580Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:44.580Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:45.581Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:45.581Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:45.581Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:45.581Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:46.582Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:46.583Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:46.583Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:46.583Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:47.584Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:47.584Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:47.584Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:47.585Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:48.586Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:48.586Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:48.587Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:48.587Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:49.588Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:49.589Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:49.589Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:49.589Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:50.591Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:50.591Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:50.591Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:50.591Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:51.593Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:51.593Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:51.594Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:51.594Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:58:52.595Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:58:52.596Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:52.596Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:52.596Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:58:53.598Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:58:53.598Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:58:53.598Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T04:58:53.599Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:58:53.599Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T04:58:53.678Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:58:53.678Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:58:53.678Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:58:53.679Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T04:58:53.679Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:58:53.679Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:54.004Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:58:54.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T04:58:54.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:54.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:54.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:58:54.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:54.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:54.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547534011,
  "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-23T04:58:55.013Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:58:55.013Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:58:55.014Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T04:58:55.014Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T04:58:55.015Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T04:58:55.015Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T04:58:55.103Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2822457438304724173/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T04:58:55.939Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T04:58:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:58:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:58:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T04:58:55.960Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:58:55.964Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2023-03-23T04:58:55.964Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
2023-03-23T04:58:55.964Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fd071b8b-9daa-40bf-93e5-e40cfd54c7ae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-23T04:58:55.964Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:58:55.964Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-23T04:58:56.152Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:58:56.153Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fd071b8b-9daa-40bf-93e5-e40cfd54c7ae 1565
2023-03-23T04:58:56.153Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-23T04:58:56.154Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-23T04:58:56.154Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:58:56.154Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:56.154Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:56.154Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547536153,
  "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-23T04:58:57.155Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0f023dd4-848c-41d6-9336-8c36f3a77023",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e78ee1ba-30bd-4fd5-947a-f5fc67a142d0",
    "vfModuleModelCustomizationUUID": "383702c7-15a1-414d-b0f4-997dcc748c37",
    "isBase": true,
    "artifacts": [
      "13503c45-e162-4bf6-80bc-04d911539007",
      "5d9448fa-c834-437d-bc90-59401a1afb0b"
    ],
    "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": "482f22c7-1b27-407e-8c7a-98fbfeec252e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a7ccfe6-5937-414a-bd5e-948df39288a1",
    "vfModuleModelCustomizationUUID": "ceb65a06-86c2-48d0-8653-22ef39785c55",
    "isBase": false,
    "artifacts": [
      "054df4fe-8f3c-4def-a9a7-184ee85f1a04"
    ],
    "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-23T04:58:57.158Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
VfModuleModelInvariantUUID:0f023dd4-848c-41d6-9336-8c36f3a77023
VfModuleModelDescription:NULL
Artifacts UUID List:{
13503c45-e162-4bf6-80bc-04d911539007
,
5d9448fa-c834-437d-bc90-59401a1afb0b

}
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:6a7ccfe6-5937-414a-bd5e-948df39288a1
VfModuleModelInvariantUUID:482f22c7-1b27-407e-8c7a-98fbfeec252e
VfModuleModelDescription:NULL
Artifacts UUID List:{
054df4fe-8f3c-4def-a9a7-184ee85f1a04

}
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-23T04:58:57.161Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0f023dd4-848c-41d6-9336-8c36f3a77023",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e78ee1ba-30bd-4fd5-947a-f5fc67a142d0",
    "vfModuleModelCustomizationUUID": "383702c7-15a1-414d-b0f4-997dcc748c37",
    "isBase": true,
    "artifacts": [
      "13503c45-e162-4bf6-80bc-04d911539007",
      "5d9448fa-c834-437d-bc90-59401a1afb0b"
    ],
    "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": "482f22c7-1b27-407e-8c7a-98fbfeec252e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a7ccfe6-5937-414a-bd5e-948df39288a1",
    "vfModuleModelCustomizationUUID": "ceb65a06-86c2-48d0-8653-22ef39785c55",
    "isBase": false,
    "artifacts": [
      "054df4fe-8f3c-4def-a9a7-184ee85f1a04"
    ],
    "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-23T04:58:57.161Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
VfModuleModelInvariantUUID:0f023dd4-848c-41d6-9336-8c36f3a77023
VfModuleModelDescription:NULL
Artifacts UUID List:{
13503c45-e162-4bf6-80bc-04d911539007
,
5d9448fa-c834-437d-bc90-59401a1afb0b

}
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:6a7ccfe6-5937-414a-bd5e-948df39288a1
VfModuleModelInvariantUUID:482f22c7-1b27-407e-8c7a-98fbfeec252e
VfModuleModelDescription:NULL
Artifacts UUID List:{
054df4fe-8f3c-4def-a9a7-184ee85f1a04

}
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-23T04:58:57.161Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 13503c45-e162-4bf6-80bc-04d911539007 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-23T04:58:57.162Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:58:57.162Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-23T04:58:57.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:58:57.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 13503c45-e162-4bf6-80bc-04d911539007 914
2023-03-23T04:58:57.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-23T04:58:57.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-23T04:58:57.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:58:57.288Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:57.288Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:57.288Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547537287,
  "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-23T04:58:58.289Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 234edd52-a2bd-4bcf-bb91-9befd6520bf7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-23T04:58:58.289Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:58:58.290Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-23T04:58:58.384Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:58:58.384Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 234edd52-a2bd-4bcf-bb91-9befd6520bf7 12
2023-03-23T04:58:58.384Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-23T04:58:58.385Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-23T04:58:58.385Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:58:58.385Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:58.385Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:58.385Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547538384,
  "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-23T04:58:59.386Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5d9448fa-c834-437d-bc90-59401a1afb0b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-23T04:58:59.387Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:58:59.387Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-23T04:58:59.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:58:59.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5d9448fa-c834-437d-bc90-59401a1afb0b 96
2023-03-23T04:58:59.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-23T04:58:59.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-23T04:58:59.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:58:59.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:58:59.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:58:59.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547539483,
  "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-23T04:59:00.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 054df4fe-8f3c-4def-a9a7-184ee85f1a04 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-23T04:59:00.485Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:59:00.485Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-23T04:59:00.600Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:59:00.601Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 054df4fe-8f3c-4def-a9a7-184ee85f1a04 20206
2023-03-23T04:59:00.601Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-23T04:59:00.601Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-23T04:59:00.602Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:59:00.602Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:00.602Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:00.602Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547540601,
  "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-23T04:59:01.609Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T04:59:01.610Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 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-23T04:59:01.631Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c20128d, org.onap.sdc.toscaparser.api.parameters.Input@50fb29dd, org.onap.sdc.toscaparser.api.parameters.Input@52c51a96, org.onap.sdc.toscaparser.api.parameters.Input@5dc766bf, org.onap.sdc.toscaparser.api.parameters.Input@61cfa3f0]
2023-03-23T04:59:01.633Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.633Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:01.633Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-23T04:59:01.633Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e56af4ce-fbae-4d25-8cc1-4c36de178ef8
2023-03-23T04:59:01.633Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e56af4ce-fbae-4d25-8cc1-4c36de178ef8 matches Tosca VF Customization UUID: e56af4ce-fbae-4d25-8cc1-4c36de178ef8
2023-03-23T04:59:01.633Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e56af4ce-fbae-4d25-8cc1-4c36de178ef8  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-23T04:59:01.639Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.639Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:01.640Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e56af4ce-fbae-4d25-8cc1-4c36de178ef8: {\"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-23T04:59:01.640Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@748c0395
2023-03-23T04:59:01.640Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.641Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:01.641Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ceb65a06-86c2-48d0-8653-22ef39785c55
2023-03-23T04:59:01.641Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ceb65a06-86c2-48d0-8653-22ef39785c55
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-23T04:59:01.645Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.646Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:59:01.646Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:01.646Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.646Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:59:01.646Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:01.646Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.647Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T04:59:01.647Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e56af4ce-fbae-4d25-8cc1-4c36de178ef8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:59:01.651Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.651Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:01.652Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 09496fa8-92b5-4c59-a5be-6c3b1401942d: basic_cnf_macro
2023-03-23T04:59:01.652Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.652Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:01.652Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.652Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:01.652Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.653Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:01.653Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.653Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:01.653Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:01.653Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:01.653Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-23T04:59:01.743Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 2 ASDC deployResourceStructure
2023-03-23T04:59:01.744Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-23T04:59:01.744Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-23T04:59:01.744Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:01.744Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:01.744Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:01.744Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547541744,
  "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-23T04:59:02.745Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-23T04:59:02.745Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-23T04:59:02.745Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:02.746Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:02.746Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:02.746Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547542745,
  "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-23T04:59:03.747Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-23T04:59:03.747Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-03-23T04:59:03.747Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:59:03.747Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:03.747Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:03.748Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547543747,
  "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-23T04:59:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:59:03.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T04:59:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T04:59:03.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T04:59:04.748Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-23T04:59:04.749Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-23T04:59:04.749Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:04.749Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:04.749Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:04.749Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547544748,
  "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-23T04:59:05.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-23T04:59:05.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-03-23T04:59:05.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T04:59:05.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:05.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:05.751Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547545750,
  "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-23T04:59:06.751Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T04:59:06.751Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T04:59:06.751Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:06.751Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:06.751Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:06.752Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547546751,
  "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-23T04:59:07.752Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:59:07.782Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:07.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:07.804Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T04:59:37.804Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T04:59:37.817Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T04:59:37.817Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T04:59:37.818Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T04:59:37.827Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T04:59:37.850Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?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-23T04:59:37.851Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T04:59:37.858Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T04:59:38.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T04:59:38.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 04:59:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[397496], x-aai-txid=[0-aai-resources-230323-04:59:37:503-71020], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T04:59:38.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T04:59:38.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T04:59:38.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:38.016Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T04:59:38.016Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T04:59:38.016Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T04:59:38.017Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:38.017Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:38.017Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547578016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T04:59:39.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T04:59:39.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T04:59:39.051Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:39.051Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:39.051Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:39.051Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:59:40.052Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:40.052Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:40.052Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:40.052Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:59:41.053Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:41.054Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:41.054Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:41.054Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:59:42.055Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:42.056Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:42.056Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:42.056Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:59:43.057Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:43.057Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:43.057Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:43.058Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:59:44.058Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:44.059Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:44.059Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:44.059Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:59:45.060Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:45.060Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:45.060Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:45.060Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T04:59:46.061Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T04:59:46.062Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:46.062Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:46.062Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T04:59:47.063Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T04:59:47.063Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T04:59:47.064Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T04:59:47.064Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T04:59:47.064Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T04:59:47.137Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:59:47.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:59:47.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:59:47.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T04:59:47.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:59:47.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T04:59:47.420Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:59:47.422Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ced42243-c23b-4968-8bf7-162fb20596fb 83003
2023-03-23T04:59:47.423Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-23T04:59:47.423Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T04:59:47.423Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:59:47.423Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:47.424Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:47.424Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547587423,
  "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-23T04:59:48.425Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T04:59:48.426Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T04:59:48.426Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:48.427Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-23T04:59:48.427Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:48.427Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:48.509Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12469477714575388879/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-23T04:59:49.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T04:59:49.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:59:49.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T04:59:49.411Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.412Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T04:59:49.413Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T04:59:49.414Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.414Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:49.414Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.414Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-23T04:59:49.414Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-23T04:59:49.414Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-23T04:59:49.414Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-23T04:59:49.415Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:59:49.415Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T04:59:49.415Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.415Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-23T04:59:49.415Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.415Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:49.415Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-23T04:59:49.416Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=048be7f4-224f-468f-b777-ef48dd101b52
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:49.417Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:49.418Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:49.418Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8bb17be0-502c-4193-bdde-713e100aa33c
Model Version:NULL
Model InvariantUuid:a490264c-af68-4203-acdd-9599f12d269d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3ca58753-7f7c-4fa3-96a9-15e095c0c8ae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6b60d60b-0375-435e-b735-44307ca1d900
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dffb1ed4-54e1-4f69-9a0e-08b4c530229f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:048be7f4-224f-468f-b777-ef48dd101b52
ModelInvariantUuid:d8c0f817-6f93-4e5f-a785-e179bb631ece
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0124ceba-6e31-4494-8878-cb1b63d7dea2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c3f4bd05-8617-43c6-8493-dabdaf3d35b7
ModelInvariantUuid:5fadee1f-1ffa-42e9-b186-09389844dfd3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b5719d5b-1fd6-408f-aa9a-e7970bf2a337
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-23T04:59:49.439Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:59:49.444Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2023-03-23T04:59:49.444Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
2023-03-23T04:59:49.444Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-23T04:59:49.444Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:59:49.444Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-23T04:59:49.552Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:59:49.553Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a 792
2023-03-23T04:59:49.553Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-23T04:59:49.553Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-23T04:59:49.553Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:59:49.553Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:49.554Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:49.554Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547589553,
  "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-23T04:59:50.555Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6b60d60b-0375-435e-b735-44307ca1d900",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dffb1ed4-54e1-4f69-9a0e-08b4c530229f",
    "vfModuleModelCustomizationUUID": "fc73293c-d1b5-4cb5-a2a8-af964fcf144e",
    "isBase": true,
    "artifacts": [
      "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
      "31684809-328a-477b-9b13-e41e8406f5fe"
    ],
    "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-23T04:59:50.557Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dffb1ed4-54e1-4f69-9a0e-08b4c530229f
VfModuleModelInvariantUUID:6b60d60b-0375-435e-b735-44307ca1d900
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
,
31684809-328a-477b-9b13-e41e8406f5fe

}
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-23T04:59:50.559Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6b60d60b-0375-435e-b735-44307ca1d900",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dffb1ed4-54e1-4f69-9a0e-08b4c530229f",
    "vfModuleModelCustomizationUUID": "fc73293c-d1b5-4cb5-a2a8-af964fcf144e",
    "isBase": true,
    "artifacts": [
      "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
      "31684809-328a-477b-9b13-e41e8406f5fe"
    ],
    "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-23T04:59:50.559Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dffb1ed4-54e1-4f69-9a0e-08b4c530229f
VfModuleModelInvariantUUID:6b60d60b-0375-435e-b735-44307ca1d900
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
,
31684809-328a-477b-9b13-e41e8406f5fe

}
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-23T04:59:50.559Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bdbe19b0-532e-4a3b-a6c1-c8d1260714d4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-23T04:59:50.559Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:59:50.559Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-23T04:59:50.663Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:59:50.664Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bdbe19b0-532e-4a3b-a6c1-c8d1260714d4 5033
2023-03-23T04:59:50.664Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-23T04:59:50.664Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-23T04:59:50.664Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:59:50.665Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:50.665Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:50.665Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547590664,
  "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-23T04:59:51.665Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31684809-328a-477b-9b13-e41e8406f5fe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-23T04:59:51.666Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T04:59:51.666Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-23T04:59:51.766Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T04:59:51.766Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 31684809-328a-477b-9b13-e41e8406f5fe 903
2023-03-23T04:59:51.767Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-23T04:59:51.767Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-23T04:59:51.767Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T04:59:51.767Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:51.767Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:51.767Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547591767,
  "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-23T04:59:52.768Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T04:59:52.768Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 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-23T04:59:52.793Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22239839, org.onap.sdc.toscaparser.api.parameters.Input@67885eb0, org.onap.sdc.toscaparser.api.parameters.Input@132cec7e, org.onap.sdc.toscaparser.api.parameters.Input@309b7f72, org.onap.sdc.toscaparser.api.parameters.Input@e47cb08]
2023-03-23T04:59:52.795Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.795Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.796Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-03-23T04:59:52.796Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
2023-03-23T04:59:52.796Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c55bd49-bb9a-4017-ab56-d70d4e9d9afa matches Tosca VF Customization UUID: 4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
2023-03-23T04:59:52.796Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4c55bd49-bb9a-4017-ab56-d70d4e9d9afa  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-23T04:59:52.801Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.801Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.802Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4c55bd49-bb9a-4017-ab56-d70d4e9d9afa: {\"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-23T04:59:52.802Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@342fabc6
2023-03-23T04:59:52.802Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.802Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-23T04:59:52.803Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc73293c-d1b5-4cb5-a2a8-af964fcf144e
2023-03-23T04:59:52.803Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc73293c-d1b5-4cb5-a2a8-af964fcf144e
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-23T04:59:52.807Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.808Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:52.808Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:52.808Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.808Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:52.808Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:52.809Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.809Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-23T04:59:52.809Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-23T04:59:52.809Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-23T04:59:52.809Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=048be7f4-224f-468f-b777-ef48dd101b52
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-23T04:59:52.814Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.814Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:52.814Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T04:59:52.814Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.814Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-23T04:59:52.814Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T04:59:52.818Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.818Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.818Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8bb17be0-502c-4193-bdde-713e100aa33c: basic_vm_macro
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T04:59:52.819Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T04:59:52.820Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-23T04:59:53.029Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 1 ASDC deployResourceStructure
2023-03-23T04:59:53.029Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-03-23T04:59:53.030Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-23T04:59:53.030Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:53.030Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:53.030Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:53.030Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547593029,
  "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-23T04:59:54.031Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-03-23T04:59:54.032Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-23T04:59:54.032Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:54.032Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:54.032Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:54.032Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547594031,
  "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-23T04:59:55.034Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-03-23T04:59:55.034Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-23T04:59:55.035Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:55.035Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:55.035Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:55.036Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547595034,
  "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-23T04:59:56.037Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-23T04:59:56.038Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T04:59:56.038Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T04:59:56.038Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T04:59:56.038Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T04:59:56.038Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547596037,
  "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-23T04:59:57.040Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:59:57.069Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T04:59:57.075Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T04:59:57.075Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T04:59:57.075Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T04:59:57.075Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T04:59:57.075Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:57.076Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:57.076Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:57.076Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T04:59:57.076Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T04:59:57.089Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:00:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:00:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547488466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547490271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547491273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547522543,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:00:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547534011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547536153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547537287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547539483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547540601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:00:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547541744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T05:00:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:00:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547542745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-23T05:00:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:00:27.089Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:00:27.101Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T05:00:27.102Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T05:00:27.102Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T05:00:27.118Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:00:27.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T05:00:27.135Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4435bb33-e1ef-4bed-8e79-72663d9c89ed], X-ECOMP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-TransactionId=[], X-ONAP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], Content-Type=[application/merge-patch+json]}
2023-03-23T05:00:27.142Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:00:27.290Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:00:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[200848], x-aai-txid=[1-aai-resources-230323-05:00:26:789-9940], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:00:27.290Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:00:27.291Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T05:00:27.291Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:00:27.292Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:00:27.313Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:00:27.313Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:00:27.313Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:00:27.313Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:27.313Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:27.313Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547627313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:00:28.341Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:00:28.342Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:00:28.342Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:28.342Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:28.343Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:28.343Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:29.343Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:29.344Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:29.344Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:29.344Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:30.344Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:30.345Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:30.345Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:30.345Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:31.346Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:31.346Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:31.346Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:31.346Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:32.347Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:32.347Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:32.347Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:32.348Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:33.348Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:33.349Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:33.349Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:33.349Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:34.350Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:34.350Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:34.350Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:34.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:35.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:35.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:35.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:35.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "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-23T05:00:36.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:00:36.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:36.354Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:36.354Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:00:37.354Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:00:37.355Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:00:37.355Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T05:00:37.355Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:00:37.355Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T05:00:37.405Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:00:37.406Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:00:37.406Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:00:37.406Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:00:37.406Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:00:37.406Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:37.431Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:00:37.431Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31fc2da5
2023-03-23T05:00:37.431Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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 90f56e1c-8043-40b3-b9a9-6591f190a9d0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:37.432Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547637432,
  "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-23T05:00:38.433Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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:90f56e1c-8043-40b3-b9a9-6591f190a9d0)
Error message 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-23T05:00:38.452Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:38.453Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:00:38.458Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-23T05:00:38.458Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c
2023-03-23T05:00:38.458Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:00:38.458Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:00:38.458Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 24c7b513-bba7-411c-ab4c-1bb8737ca38c 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-23T05:00:38.465Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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$$83973b62.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-23T05:00:38.498Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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$$83973b62.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-23T05:00:38.506Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 24c7b513-bba7-411c-ab4c-1bb8737ca38c 0 ASDC deployResourceStructure
2023-03-23T05:00:38.506Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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$$83973b62.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-23T05:00:38.507Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:38.507Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:38.507Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:00:38.507Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:00:38.507Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:00:38.507Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547638507,
  "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-23T05:00:39.509Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:00:39.539Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:00:39.544Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-23T05:00:39.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:00:39.562Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:01:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:01:03.753Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version74: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version75: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T05:01:03.770Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:01:03.771Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:01:03.778Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:01:03.778Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:01:03.796Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:01:03.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:01:03.797Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:01:03.803Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:01:03.803Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:01:03.803Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:01:03.803Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=948, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:01:03.804Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:01:03.804Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:01:04.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.826Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547543747,
  "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-23T05:01:04.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547544748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547545750,
  "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-23T05:01:04.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547546751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547578016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:01:04.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:01:04.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:01:04.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547587423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:01:04.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.833Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547589553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547590664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547591767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547593029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.834Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547594031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547595034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547596037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547627313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.835Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.836Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.837Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679546982788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:01:04.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.838Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547637432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:01:04.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:04.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:01:04.838Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547638507,
  "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-23T05:01:04.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:01:09.562Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:01:09.574Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:01:09.574Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T05:01:09.575Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T05:01:09.583Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:01:09.601Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T05:01:09.601Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[925a1899-23f1-4a95-8176-9c3836b15a07], X-ECOMP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-TransactionId=[], X-ONAP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], Content-Type=[application/merge-patch+json]}
2023-03-23T05:01:09.609Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:01:09.750Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:01:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[569552], x-aai-txid=[2-aai-resources-230323-05:01:09:256-77485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:01:09.750Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:01:09.751Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T05:01:09.751Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:01:09.751Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:01:09.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:01:09.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-23T05:01:09.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:01:09.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:01:09.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:01:09.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547669762,
  "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-23T05:01:10.792Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T05:01:10.793Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T05:01:10.795Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 0 disconnected.
2023-03-23T05:01:10.795Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 2 disconnected.
2023-03-23T05:01:10.795Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 106681 due to node 2 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, request timeout: 30000ms)
2023-03-23T05:01:10.797Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:01:10.797Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:01:10.797Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:01:10.797Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:01:10.802Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-1ddeb911-dee1-4fbe-9c51-5569d510d5d9
2023-03-23T05:01:10.803Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-23T05:01:10.804Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:01:10.804Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:01:12.938Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:15.948Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:18.958Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:21.967Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:24.976Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:27.985Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:30.993Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:34.003Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:37.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:40.021Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:43.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:46.039Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:49.048Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:52.056Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:55.066Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:01:58.076Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:02:01.086Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:02:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:03.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:02:03.770Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:02:03.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:02:03.777Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-1ddeb911-dee1-4fbe-9c51-5569d510d5d9', protocol='range'}
2023-03-23T05:02:03.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:02:03.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:02:03.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:02:03.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:02:03.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:02:03.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:02:03.784Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-1ddeb911-dee1-4fbe-9c51-5569d510d5d9=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:02:03.802Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-1ddeb911-dee1-4fbe-9c51-5569d510d5d9', protocol='range'}
2023-03-23T05:02:03.802Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:02:03.803Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:02:03.803Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:02:03.803Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:02:03.803Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:02:03.808Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:02:03.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:02:03.809Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:02:03.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:02:03.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:02:03.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=981, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:02:03.809Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:02:03.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:02:03.809Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:02:03.810Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:02:03.810Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:02:03.810Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:02:04.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:02:04.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547669762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-23T05:02:04.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:02:04.854Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:02:04.854Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:02:04.855Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:02:04.856Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:04.856Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:04.856Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:05.857Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:02:05.857Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:05.857Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:05.857Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:06.858Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:02:06.858Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:06.858Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:06.858Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:07.859Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:02:07.859Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:07.859Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:07.859Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:08.860Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:02:08.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:08.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:08.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:09.862Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:02:09.863Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:09.863Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:09.863Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:10.863Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:02:10.864Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:10.864Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:10.864Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:11.866Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:02:11.866Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:02:11.866Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T05:02:11.866Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:02:11.867Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:02:11.920Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:02:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:02:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:02:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:02:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:02:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:02:11.946Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:02:11.946Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@162451b
2023-03-23T05:02:11.946Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:02:11.947Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:02:11.947Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:02:11.947Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T05:02:11.947Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T05:02:11.947Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:02:11.948Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:11.948Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:11.948Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547731947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:12.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T05:02:12.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:02:12.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:02:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T05:02:12.974Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T05:02:12.974Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:02:12.974Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:02:12.974Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:02:12.991Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6960da56
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:02:12.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:02:12.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:02:12.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547732992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:02:13.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T05:02:13.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:02:14.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:02:14.028Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:02:14.028Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:02:44.028Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:02:44.057Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:02:44.064Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:02:44.064Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:03:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:03:03.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:03:03.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:03:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:03:14.065Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:03:14.094Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:03:14.099Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:03:14.100Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:03:44.100Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:03:44.132Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:03:44.139Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:03:44.139Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:04:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:04:03.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.754Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:04:03.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547731947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547732992,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:04:03.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:04:14.139Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:04:14.170Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:04:14.176Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:04:14.176Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:04:44.177Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:04:44.205Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:04:44.210Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:04:44.210Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:05:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:05:14.211Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:05:14.241Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:05:14.247Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:05:14.247Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:05:44.247Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:05:44.274Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:05:44.279Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:05:44.279Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:06:03.754Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:06:14.279Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:06:14.306Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:06:14.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:06:14.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:06:44.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:06:44.340Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:06:44.345Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:06:44.345Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:07:03.755Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:07:04.881Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:07:04.881Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-1ddeb911-dee1-4fbe-9c51-5569d510d5d9 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-23T05:07:04.882Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T05:07:04.882Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T05:07:07.352Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:07:07.367Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:07:07.367Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:07:07.373Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:07:07.374Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:07:07.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:07:07.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:07:07.392Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:07:07.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:07:07.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:07:07.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:07:07.399Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=991, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:07:07.399Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:07:07.399Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:07:14.346Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T05:07:14.346Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:07:14.361Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T05:07:14.361Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T05:07:14.362Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T05:07:14.369Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:07:14.389Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T05:07:14.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f45dfbc8-6090-4ed1-94d9-2f4160206679], X-ECOMP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-TransactionId=[], X-ONAP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], Content-Type=[application/merge-patch+json]}
2023-03-23T05:07:14.397Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:07:14.433Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 05:07:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[0-aai-resources-230323-05:07:14:045-26302], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:07:14.434Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T05:07:14.435Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T05:07:14.439Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:07:14.440Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T05:07:14.440Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:07:14.440Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:07:14.452Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:07:14.452Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:07:14.452Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T05:07:14.452Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:14.452Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:14.452Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548034452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:07:14.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:07:14.473Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548034452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T05:07:14.473Z||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-23T05:07:15.485Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:07:15.485Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:07:15.485Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:15.486Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:15.486Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:15.486Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:07:16.487Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:16.487Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:16.487Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:16.487Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:07:17.488Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:07:17.489Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:07:17.489Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T05:07:17.489Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T05:07:17.489Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:07:17.540Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:07:17.541Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:07:17.541Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:07:17.541Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T05:07:17.541Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:07:17.541Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:17.570Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:07:17.570Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e33af85
2023-03-23T05:07:17.570Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:17.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548037571,
  "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-23T05:07:18.572Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T05:07:18.624Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T05:07:18.625Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:18.625Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T05:07:18.625Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:07:18.625Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:18.625Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:18.626Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548038625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:07:19.626Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:19.627Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T05:07:19.627Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:07:19.627Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:19.628Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:19.628Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548039626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:07:20.629Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:07:20.659Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:07:20.664Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:07:20.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:20.680Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:07:50.680Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:07:50.688Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T05:07:50.689Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T05:07:50.689Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T05:07:50.697Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:07:50.719Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T05:07:50.720Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T05:07:50.728Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:07:50.874Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T05:07:50.874Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:07:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[180264], x-aai-txid=[2-aai-resources-230323-05:07:50:377-91399], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:07:50.875Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:07:50.875Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:07:50.875Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:50.886Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:07:50.886Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:07:50.887Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:07:50.887Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:50.887Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:50.887Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548070887,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:07:51.916Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:07:51.917Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:07:51.917Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:51.917Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:51.917Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:51.918Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:07:52.918Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:52.919Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:52.919Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:52.919Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:07:53.920Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:53.920Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:53.920Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:53.921Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:07:54.922Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:54.922Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:54.922Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:54.922Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:07:55.923Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:55.923Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:55.924Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:55.924Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:07:56.925Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:56.925Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:56.926Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:56.926Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:07:57.927Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:07:57.928Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:57.928Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:57.928Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:07:58.930Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:07:58.931Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:07:58.931Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T05:07:58.932Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:07:58.932Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:07:58.987Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:07:58.988Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:07:58.988Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:07:58.988Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T05:07:58.988Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:07:58.989Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:07:59.015Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:07:59.015Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4bf01adc
2023-03-23T05:07:59.016Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:07:59.016Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:07:59.017Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:07:59.017Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:07:59.017Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:07:59.018Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:07:59.018Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:07:59.018Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:07:59.018Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548079017,
  "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-23T05:08:00.020Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T05:08:00.072Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T05:08:00.073Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:08:00.073Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T05:08:00.073Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:08:00.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:00.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:00.074Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548080073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:01.076Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:08:01.077Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T05:08:01.077Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:08:01.078Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:01.078Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:01.078Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548081076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:02.079Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:08:02.110Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:08:02.116Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:08:02.117Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:08:02.117Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:08:02.117Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:08:02.117Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:02.118Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:02.118Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:02.118Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:02.118Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:08:02.135Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:08:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:03.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.759Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:08:03.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:08:03.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548037571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:08:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548038625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T05:08:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548039626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T05:08:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548070887,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:08:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:08:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:08:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:08:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.765Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:08:03.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:08:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:08:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:08:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548079017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:08:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548080073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T05:08:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T05:08:03.769Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548081076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T05:08:03.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:08:32.136Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:08:32.146Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T05:08:32.146Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T05:08:32.147Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T05:08:32.154Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:08:32.171Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?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-23T05:08:32.171Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T05:08:32.179Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:08:32.329Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T05:08:32.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:08:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[471248], x-aai-txid=[2-aai-resources-230323-05:08:31:829-71190], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:08:32.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:08:32.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:08:32.331Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:08:32.339Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:08:32.339Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:08:32.339Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:08:32.340Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:32.340Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:32.340Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548112339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:08:33.365Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:08:33.365Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:08:33.366Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:33.366Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:33.366Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:33.366Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:34.366Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:34.367Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:34.367Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:34.367Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:35.368Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:35.368Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:35.369Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:35.369Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:36.369Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:36.370Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:36.370Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:36.370Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:37.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:37.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:37.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:37.371Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:38.372Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:38.373Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:38.373Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:38.373Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:39.373Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:39.374Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:39.374Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:39.374Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:40.375Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:08:40.375Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:40.375Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:40.375Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:41.377Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:08:41.377Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:08:41.377Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T05:08:41.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:08:41.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:08:41.422Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:08:41.422Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:08:41.422Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:08:41.422Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:41.422Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:08:41.422Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:41.681Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:08:41.683Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T05:08:41.683Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:08:41.683Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:41.683Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:08:41.683Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:41.684Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:41.684Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548121683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:42.684Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:08:42.685Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:08:42.685Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:42.686Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:42.686Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:42.686Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:42.774Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11633754442799606705/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:08:43.400Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:08:43.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:08:43.402Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T05:08:43.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T05:08:43.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:08:43.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T05:08:43.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:08:43.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:43.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:43.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548123445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:44.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:08:44.447Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T05:08:44.447Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:08:44.447Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:08:44.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:08:44.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548124446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:08:45.450Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:08:45.473Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:08:45.477Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:08:45.477Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:08:45.477Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:08:45.477Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:08:45.478Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:45.478Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:45.478Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:45.478Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:08:45.478Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:08:45.492Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:09:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548112339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:09:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:09:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548121683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:09:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548123445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T05:09:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:03.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:09:03.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548124446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T05:09:03.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:09:15.492Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:09:15.502Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T05:09:15.502Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T05:09:15.503Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T05:09:15.511Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:09:15.535Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?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-23T05:09:15.536Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T05:09:15.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:09:15.676Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T05:09:15.676Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:09:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[479440], x-aai-txid=[1-aai-resources-230323-05:09:15:189-97326], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:09:15.676Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:09:15.677Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:09:15.677Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:09:15.690Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:09:15.690Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:09:15.690Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:09:15.691Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:15.691Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:15.691Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548155690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:09:16.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:09:16.716Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:09:16.717Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:16.717Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:16.717Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:16.717Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:17.719Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:17.719Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:17.719Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:17.719Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:18.721Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:18.721Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:18.722Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:18.722Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:19.724Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:19.724Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:19.725Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:19.725Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:20.726Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:20.727Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:20.727Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:20.727Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:21.729Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:21.730Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:21.730Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:21.730Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:22.732Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:22.733Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:22.733Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:22.733Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:23.735Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:09:23.735Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:23.735Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:23.736Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:24.737Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:09:24.738Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:09:24.738Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T05:09:24.738Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:09:24.739Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:09:24.787Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:09:24.788Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:09:24.788Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:09:24.789Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:24.789Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:09:24.789Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:25.059Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:09:25.062Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T05:09:25.063Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:09:25.063Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:25.063Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:09:25.064Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:25.064Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:25.064Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548165063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:26.066Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:09:26.066Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:09:26.066Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.067Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.067Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.067Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.155Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15388317675706339788/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T05:09:26.790Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:09:26.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:09:26.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:09:26.793Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:09:26.793Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T05:09:26.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T05:09:26.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:09:26.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T05:09:26.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:09:26.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:26.837Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:26.837Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548166836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:27.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:09:27.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T05:09:27.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:09:27.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:27.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:27.841Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548167840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:09:28.842Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:09:28.865Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:09:28.870Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:09:28.871Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:09:28.885Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:09:58.885Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:09:58.900Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T05:09:58.901Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T05:09:58.901Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T05:09:58.909Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:09:58.926Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T05:09:58.927Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T05:09:58.935Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:09:59.088Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T05:09:59.089Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:09:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[192664], x-aai-txid=[2-aai-resources-230323-05:09:58:584-42485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:09:59.089Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:09:59.089Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:09:59.089Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:09:59.102Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:09:59.103Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:09:59.103Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:09:59.103Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:09:59.103Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:09:59.103Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548199103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:10:00.137Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:10:00.138Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:10:00.138Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:00.138Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:00.138Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:00.138Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:01.139Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:01.140Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:01.140Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:01.140Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:02.141Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:02.141Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:02.141Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:02.141Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:03.142Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:03.142Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:03.142Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:03.143Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:03.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548155690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548165063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548166836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T05:10:03.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548167840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548199103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:10:03.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:10:03.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:10:04.144Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:04.144Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:04.144Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:04.144Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:05.145Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:05.145Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:05.146Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:05.146Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:06.147Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:06.147Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:06.147Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:06.147Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:07.148Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:07.148Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:07.149Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:07.149Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:08.150Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:10:08.150Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:10:08.150Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T05:10:08.151Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:10:08.151Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:10:08.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:10:08.196Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:10:08.196Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:10:08.197Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:08.197Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:10:08.197Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:08.484Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:10:08.486Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T05:10:08.487Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:10:08.487Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:08.487Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:10:08.488Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:08.488Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:08.488Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548208487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:09.489Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:10:09.490Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:10:09.490Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:09.490Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:09.491Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:09.491Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:09.571Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5298390469331816740/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:10.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:10:10.101Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T05:10:10.155Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T05:10:10.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:10:10.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T05:10:10.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:10:10.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:10.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:10.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548210156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:11.157Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:10:11.158Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T05:10:11.158Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:10:11.158Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:11.158Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:11.158Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548211157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:12.159Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:10:12.189Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:10:12.194Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:12.195Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:10:12.211Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:10:42.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:10:42.222Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T05:10:42.222Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T05:10:42.223Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T05:10:42.231Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:10:42.253Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?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-23T05:10:42.254Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T05:10:42.261Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:10:42.408Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:10:42.408Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:10:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[504016], x-aai-txid=[0-aai-resources-230323-05:10:41:911-92865], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:10:42.408Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:10:42.409Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:10:42.409Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:10:42.417Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:10:42.417Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:10:42.417Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:10:42.417Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:42.417Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:42.418Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548242417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:10:43.434Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:10:43.435Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:10:43.435Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:43.436Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:43.436Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:43.436Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:44.437Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:44.437Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:44.437Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:44.437Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:45.438Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:45.438Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:45.438Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:45.439Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:46.439Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:46.440Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:46.440Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:46.440Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:47.441Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:47.442Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:47.442Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:47.442Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:48.443Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:48.443Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:48.443Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:48.443Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:49.444Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:49.444Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:49.444Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:49.445Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:50.445Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:50.446Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:50.446Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:50.446Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:51.447Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:51.448Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:51.448Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:51.448Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:10:52.448Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:10:52.449Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:52.449Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:52.449Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:53.450Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:10:53.451Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:10:53.451Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T05:10:53.451Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:10:53.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:10:53.500Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:10:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:10:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:10:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T05:10:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:10:53.502Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:53.723Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:10:53.730Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T05:10:53.730Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:53.730Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:53.731Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:10:53.731Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:53.731Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:53.731Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548253730,
  "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-23T05:10:54.732Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:10:54.733Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:10:54.733Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:10:54.733Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T05:10:54.734Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:10:54.734Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:10:54.820Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15668079172311785559/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T05:10:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T05:10:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T05:10:55.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T05:10:55.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:55.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T05:10:55.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:10:55.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:55.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:55.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548255711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:56.712Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:56.712Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T05:10:56.712Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:10:56.712Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:10:56.712Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:10:56.712Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548256712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:10:57.713Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:10:57.738Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:10:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:10:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:10:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:10:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:10:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:57.743Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:57.743Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:57.743Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:10:57.743Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:10:57.758Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:11:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:11:03.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:11:03.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:11:03.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:11:27.758Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:11:27.767Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T05:11:27.767Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T05:11:27.768Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T05:11:27.773Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:11:27.791Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?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-23T05:11:27.792Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T05:11:27.800Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:11:27.925Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T05:11:27.926Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:11:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[397496], x-aai-txid=[1-aai-resources-230323-05:11:27:450-19759], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:11:27.926Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:11:27.926Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:11:27.926Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:11:27.933Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:11:27.933Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:11:27.933Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:11:27.934Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:27.934Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:27.934Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548287933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:11:28.967Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:11:28.967Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:11:28.968Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:28.968Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:28.968Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:28.968Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:11:29.969Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:29.969Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:29.969Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:29.970Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:11:30.970Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:30.971Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:30.971Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:30.971Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:11:31.972Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:31.972Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:31.973Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:31.973Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:11:32.973Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:32.974Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:32.974Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:32.974Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:11:33.975Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:33.975Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:33.975Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:33.975Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:11:34.976Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:34.976Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:34.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:34.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:11:35.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:11:35.978Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:35.978Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:35.978Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:11:36.979Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:11:36.979Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:11:36.979Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T05:11:36.980Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:11:36.980Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:11:37.025Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:11:37.025Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:11:37.025Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:11:37.025Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T05:11:37.025Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:11:37.026Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51d42a89
2023-03-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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 ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:11:37.052Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:11:37.053Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:37.053Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:37.053Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548297052,
  "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-23T05:11:38.053Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T05:11:38.107Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T05:11:38.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:11:38.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T05:11:38.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:11:38.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:38.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:38.109Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548298108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:11:39.109Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:11:39.110Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T05:11:39.110Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:11:39.110Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:11:39.110Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:11:39.111Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548299109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:11:40.112Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:11:40.139Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:11:40.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:11:40.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:11:40.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:11:40.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:11:40.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:11:40.145Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:11:40.145Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:11:40.145Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:11:40.145Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:11:40.160Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:12:03.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:12:03.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548208487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548210156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548211157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548242417,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T05:12:03.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:12:03.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548253730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548255711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548256712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T05:12:03.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:12:10.161Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:12:10.167Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T05:12:10.168Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T05:12:10.168Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T05:12:10.176Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:12:10.193Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?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-23T05:12:10.194Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T05:12:10.201Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:12:10.347Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T05:12:10.348Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:12:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[200848], x-aai-txid=[1-aai-resources-230323-05:12:09:852-76742], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:12:10.348Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:12:10.349Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:12:10.349Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:12:10.363Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:12:10.363Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:12:10.363Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:12:10.363Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:10.363Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:10.363Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548330363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:12:11.380Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:12:11.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:12:11.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:11.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:11.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:11.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:12.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:12.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:12.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:12.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:13.383Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:13.383Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:13.383Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:13.384Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:14.384Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:14.385Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:14.385Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:14.385Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:15.386Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:15.386Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:15.387Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:15.387Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:16.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:16.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:16.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:16.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:17.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:17.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:17.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:17.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:18.391Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:18.392Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:18.392Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:18.392Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "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-23T05:12:19.393Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:12:19.393Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:19.394Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:19.394Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:12:20.395Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:12:20.395Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:12:20.395Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T05:12:20.396Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:12:20.396Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:12:20.433Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:12:20.433Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:12:20.433Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:12:20.433Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:12:20.434Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:12:20.434Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:12:20.549Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:12:20.553Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 90f56e1c-8043-40b3-b9a9-6591f190a9d0 111090
2023-03-23T05:12:20.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T05:12:20.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:12:20.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:12:20.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:20.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:20.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548340554,
  "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-23T05:12:21.555Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:12:21.556Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:12:21.556Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:21.557Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-23T05:12:21.557Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:21.558Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:21.639Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13444144994498465239/Definitions/service-TestPnfMacro-template.yml
2023-03-23T05:12:22.204Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.205Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.206Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.207Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
Model Version:NULL
Model InvariantUuid:ccb8adf6-2f28-4864-b729-dba8023d01d2
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-23T05:12:22.221Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:12:22.224Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-03-23T05:12:22.225Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c
2023-03-23T05:12:22.225Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:12:22.225Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:12:22.225Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 24c7b513-bba7-411c-ab4c-1bb8737ca38c 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-23T05:12:22.234Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5420ece7, org.onap.sdc.toscaparser.api.parameters.Input@68924f0e, org.onap.sdc.toscaparser.api.parameters.Input@455f08fc, org.onap.sdc.toscaparser.api.parameters.Input@3f6636f0, org.onap.sdc.toscaparser.api.parameters.Input@6c72a22f]
2023-03-23T05:12:22.234Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.234Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.235Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9b0c3cf6-6afb-4373-bb43-bcc0d830183e: test-pnf
2023-03-23T05:12:22.235Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 24c7b513-bba7-411c-ab4c-1bb8737ca38c
2023-03-23T05:12:22.235Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:12:22.235Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:12:22.235Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||Resource customization UUID: fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa is NOT the same as notified resource customizationUUID: 37751b7c-a4c6-4633-9514-3d68b3a2f8a4
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-23T05:12:22.273Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 24c7b513-bba7-411c-ab4c-1bb8737ca38c 0 ASDC deployResourceStructure
2023-03-23T05:12:22.273Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T05:12:22.273Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:12:22.273Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T05:12:22.273Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:22.274Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:22.274Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548342273,
  "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-23T05:12:23.274Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:12:23.289Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:12:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:12:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:12:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:12:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:12:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:12:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:12:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:12:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:12:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:12:23.302Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:12:53.302Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:12:53.307Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:12:53.307Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T05:12:53.308Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T05:12:53.315Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:12:53.334Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T05:12:53.334Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a23a632c-5a3c-4a20-972f-3d401045454d], X-ECOMP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-TransactionId=[], X-ONAP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], Content-Type=[application/merge-patch+json]}
2023-03-23T05:12:53.341Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:12:53.480Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:12:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[569552], x-aai-txid=[0-aai-resources-230323-05:12:52:992-86705], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:12:53.481Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:12:53.481Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T05:12:53.482Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:12:53.482Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:12:53.494Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:12:53.494Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:12:53.494Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:12:53.495Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:12:53.495Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:12:53.495Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548373494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:12:54.514Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T05:12:54.514Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T05:12:54.515Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 1 disconnected.
2023-03-23T05:12:54.516Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 2 disconnected.
2023-03-23T05:12:54.516Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 106800 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-23T05:12:54.516Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:12:54.516Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:12:54.517Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:12:54.517Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:12:54.522Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-4eb01552-21ba-4de8-8e81-9c093c48fdba
2023-03-23T05:12:54.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=10, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-23T05:12:54.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:12:54.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:12:56.617Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:12:59.626Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:13:02.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:13:03.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:03.769Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:13:03.770Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:13:03.775Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:13:03.775Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-4eb01552-21ba-4de8-8e81-9c093c48fdba', protocol='range'}
2023-03-23T05:13:03.781Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:13:03.781Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:13:03.781Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:13:03.782Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:13:03.782Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:13:03.782Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:13:03.783Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-4eb01552-21ba-4de8-8e81-9c093c48fdba=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:13:03.802Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-4eb01552-21ba-4de8-8e81-9c093c48fdba', protocol='range'}
2023-03-23T05:13:03.803Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:13:03.803Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:13:03.803Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:13:03.804Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:13:03.804Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:13:03.808Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:13:03.808Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:13:03.808Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:13:03.809Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:13:03.809Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:13:03.809Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:13:03.809Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:13:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:13:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:13:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1058, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:13:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:13:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:13:04.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.833Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548287933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:13:04.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.834Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.834Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.836Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.836Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.837Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.837Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.838Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548297052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:13:04.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.838Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548298108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T05:13:04.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.839Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548299109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T05:13:04.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.839Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.840Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.840Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.841Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.841Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.842Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.843Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.843Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.844Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679548303667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548284654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548285494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679548282507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548307433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679548321738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548320587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548321257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548321591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.857Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.857Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679548322593,
  "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-23T05:13:04.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1fae859-1175-44ff-94dc-4ecae49990f7
2023-03-23T05:13:04.882Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1fae859-1175-44ff-94dc-4ecae49990f7 and ComponentName POLICY
2023-03-23T05:13:04.883Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.883Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-23T05:13:04.884Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:13:04.885Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:04.885Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:04.885Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-23T05:13:04.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.897Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548322958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:13:04.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.897Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.897Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.898Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679548323961,
  "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-23T05:13:04.905Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1fae859-1175-44ff-94dc-4ecae49990f7
2023-03-23T05:13:04.905Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1fae859-1175-44ff-94dc-4ecae49990f7 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-23T05:13:04.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.918Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.918Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548316967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548326149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548330363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548329631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679548330634,
  "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-23T05:13:04.926Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1fae859-1175-44ff-94dc-4ecae49990f7
2023-03-23T05:13:04.926Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1fae859-1175-44ff-94dc-4ecae49990f7 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-23T05:13:04.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679547670792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548340554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548342273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548373494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:13:04.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:13:05.886Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:13:05.886Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:05.886Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:05.887Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:06.888Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:13:06.888Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:06.888Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:06.888Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:07.889Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:13:07.889Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:07.889Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:07.889Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:08.890Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:13:08.891Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:08.891Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:08.891Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:09.892Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:13:09.892Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:09.893Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:09.893Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:10.895Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:13:10.895Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:10.895Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:10.895Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:11.897Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:13:11.898Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:13:11.898Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T05:13:11.899Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:13:11.899Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:13:11.928Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:13:11.928Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:13:11.928Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:13:11.928Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:13:11.928Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:13:11.929Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:13:11.949Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:13:11.949Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f6fb733
2023-03-23T05:13:11.949Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:13:11.949Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:13:11.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:13:11.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T05:13:11.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T05:13:11.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:13:11.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:11.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:11.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548391950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:12.951Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T05:13:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:13:12.964Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:13:12.968Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T05:13:12.968Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T05:13:12.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:13:12.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:13:12.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:13:12.985Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:13:12.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7b183cb3
2023-03-23T05:13:12.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:13:12.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:13:12.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:13:12.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T05:13:12.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T05:13:12.986Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:13:12.987Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:13:12.987Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:13:12.987Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548392986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:13:13.989Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T05:13:13.989Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:13:14.004Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:13:14.007Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:13:14.007Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:13:44.008Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:13:44.034Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:13:44.039Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:13:44.039Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:14:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:14:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:14:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:14:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:14:14.039Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:14:14.068Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:14:14.072Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:14:14.072Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:14:44.073Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:14:44.095Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:14:44.099Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:14:44.099Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:15:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:15:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:15:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:15:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:15:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548391950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:15:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:15:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548392986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:15:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:15:14.099Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:15:14.120Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:15:14.125Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:15:14.126Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:15:44.126Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:15:44.152Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:15:44.157Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:15:44.157Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:16:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:16:14.158Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:16:14.179Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:16:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:16:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:16:44.183Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:16:44.210Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:16:44.215Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:16:44.215Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:17:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:17:14.216Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:17:14.243Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:17:14.248Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:17:14.249Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:17:44.249Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:17:44.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:17:44.283Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:17:44.283Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:18:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:18:04.889Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:18:04.889Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-4eb01552-21ba-4de8-8e81-9c093c48fdba 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-23T05:18:04.889Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T05:18:04.889Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T05:18:07.361Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:18:07.377Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:18:07.378Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:18:07.384Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:18:07.385Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:18:07.402Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:18:07.402Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:18:07.403Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:18:07.408Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:18:07.408Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:18:07.409Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:18:07.409Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1156, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:18:07.409Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:18:07.409Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:18:14.283Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T05:18:14.284Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:18:14.295Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T05:18:14.295Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T05:18:14.296Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T05:18:14.305Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:18:14.327Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T05:18:14.328Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T05:18:14.336Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:18:14.371Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T05:18:14.372Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 05:18:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[30], x-aai-txid=[2-aai-resources-230323-05:18:13:987-79782], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:18:14.373Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T05:18:14.375Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:18:14.375Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T05:18:14.376Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:18:14.376Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:18:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:18:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:18:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T05:18:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:14.379Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548694379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:18:14.395Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:18:14.395Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548694379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T05:18:14.396Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:18:15.412Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:18:15.412Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:18:15.412Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:15.413Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:15.413Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:15.413Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:18:16.413Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:16.414Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:16.414Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:16.414Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:18:17.415Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:18:17.416Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:18:17.416Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T05:18:17.417Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T05:18:17.417Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:18:17.462Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:18:17.463Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:18:17.463Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:18:17.463Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T05:18:17.463Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:18:17.464Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:17.497Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:18:17.497Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7ee9ecb0
2023-03-23T05:18:17.498Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:18:17.498Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:17.498Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:18:17.498Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:17.498Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:17.499Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:18:17.499Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:17.499Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:17.499Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548697498,
  "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-23T05:18:18.502Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T05:18:18.541Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T05:18:18.542Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:18.542Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T05:18:18.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:18:18.543Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:18.544Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:18.544Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548698542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:18:19.546Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:19.546Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T05:18:19.546Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:18:19.547Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:19.547Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:19.547Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548699546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:18:20.549Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:18:20.574Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:18:20.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:18:20.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:18:20.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:18:20.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:18:20.578Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:18:20.579Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:18:20.579Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:18:20.579Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:18:20.579Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:20.593Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:18:50.594Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:18:50.604Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T05:18:50.604Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T05:18:50.605Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T05:18:50.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:18:50.620Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T05:18:50.620Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T05:18:50.627Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:18:50.772Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T05:18:50.772Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:18:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[180264], x-aai-txid=[2-aai-resources-230323-05:18:50:280-85270], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:18:50.773Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:18:50.773Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:18:50.773Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:50.782Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:18:50.783Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:18:50.783Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:18:50.783Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:50.783Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:50.783Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548730783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:18:51.813Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:18:51.813Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:18:51.813Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:51.813Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:51.814Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:51.814Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:18:52.815Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:52.815Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:52.815Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:52.815Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:18:53.816Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:53.817Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:53.817Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:53.817Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:18:54.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:54.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:54.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:54.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:18:55.820Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:55.820Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:55.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:55.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:18:56.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:56.822Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:56.822Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:56.822Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:18:57.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:18:57.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:57.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:57.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:18:58.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:18:58.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:18:58.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T05:18:58.825Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:18:58.826Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:18:58.867Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:18:58.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:18:58.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:18:58.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T05:18:58.868Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:18:58.869Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:18:58.892Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:18:58.892Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5e95958c
2023-03-23T05:18:58.892Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:18:58.893Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:18:58.893Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:18:58.893Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:18:58.893Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:18:58.893Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:18:58.894Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:58.894Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:58.894Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548738893,
  "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-23T05:18:59.895Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T05:18:59.933Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T05:18:59.933Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:18:59.933Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T05:18:59.934Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:18:59.934Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:18:59.934Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:18:59.934Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548739933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:00.935Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:19:00.935Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T05:19:00.935Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:19:00.935Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:00.936Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:00.936Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548740935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:01.937Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:19:01.964Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:19:01.968Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:19:01.968Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:19:01.969Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:19:01.969Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:19:01.969Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:01.969Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:01.969Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:01.969Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:01.969Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:19:01.985Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:19:03.753Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548697498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:19:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548698542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548699546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548730783,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:19:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548738893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548739933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548740935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T05:19:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:19:31.985Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:19:31.998Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T05:19:31.998Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T05:19:31.999Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T05:19:32.007Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:19:32.028Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T05:19:32.028Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[66926aea-8f3c-4a49-802f-1f20a5e2eb31], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T05:19:32.036Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:19:32.185Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:19:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[471248], x-aai-txid=[0-aai-resources-230323-05:19:31:689-5145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:19:32.185Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:19:32.186Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T05:19:32.186Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:19:32.186Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:19:32.192Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:19:32.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:19:32.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:19:32.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:32.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:32.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548772193,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:19:33.221Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:19:33.221Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:19:33.222Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:33.222Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:33.222Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:33.222Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:34.223Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:34.224Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:34.224Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:34.224Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:35.225Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:35.225Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:35.225Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:35.225Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:36.226Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:36.227Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:36.227Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:36.227Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:37.228Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:37.228Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:37.228Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:37.229Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:38.230Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:38.231Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:38.231Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:38.231Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:39.232Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:39.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:39.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:39.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:40.234Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:19:40.235Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:40.235Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:40.235Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:41.237Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:19:41.237Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:19:41.237Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T05:19:41.237Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:19:41.238Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:19:41.276Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:19:41.277Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:19:41.277Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:19:41.277Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:41.277Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:19:41.277Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:41.589Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:19:41.592Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T05:19:41.593Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:19:41.593Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:41.593Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:19:41.593Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:41.593Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:41.594Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548781593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:42.595Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:19:42.596Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:19:42.596Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:42.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:42.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:42.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:42.677Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12960012613772019874/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T05:19:43.285Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:19:43.286Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:19:43.287Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T05:19:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T05:19:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:19:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T05:19:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:19:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548783326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:44.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:19:44.328Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T05:19:44.328Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:19:44.329Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:19:44.329Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:19:44.329Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548784327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:19:45.330Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:19:45.351Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:19:45.354Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:19:45.367Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:20:03.753Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548772193,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:20:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:20:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:20:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:20:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548781593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548783326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T05:20:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:20:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548784327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T05:20:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:20:15.368Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:20:15.377Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T05:20:15.377Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T05:20:15.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T05:20:15.381Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:20:15.395Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T05:20:15.395Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4573e3d4-1e77-4cf7-896e-ef79fb351fab], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T05:20:15.401Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:20:15.554Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:20:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[479440], x-aai-txid=[0-aai-resources-230323-05:20:15:053-58384], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:20:15.555Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:20:15.555Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T05:20:15.556Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:20:15.556Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:20:15.565Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:20:15.566Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:20:15.566Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:20:15.566Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:15.566Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:15.566Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548815566,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:20:16.596Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:20:16.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:20:16.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:16.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:16.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:16.597Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:17.598Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:17.599Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:17.599Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:17.599Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:18.600Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:18.600Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:18.600Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:18.600Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:19.601Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:19.602Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:19.602Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:19.602Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:20.603Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:20.603Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:20.603Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:20.604Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:21.604Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:21.604Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:21.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:21.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:22.605Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:22.606Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:22.606Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:22.606Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:23.607Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:23.607Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:23.607Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:23.607Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:24.608Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:20:24.609Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:20:24.609Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T05:20:24.610Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:20:24.610Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:20:24.661Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:20:24.662Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:20:24.662Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:20:24.662Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:24.663Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:20:24.663Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:24.947Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:20:24.949Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T05:20:24.949Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:20:24.950Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:24.950Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:20:24.950Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:24.951Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:24.951Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548824949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:25.951Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:20:25.952Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:20:25.952Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:25.954Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:25.955Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:25.955Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.056Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5001043728633304908/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T05:20:26.603Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:20:26.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:20:26.605Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T05:20:26.643Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T05:20:26.643Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:20:26.643Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T05:20:26.643Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:20:26.643Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:26.643Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:26.643Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548826643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:27.644Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:20:27.645Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T05:20:27.645Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:20:27.645Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:27.645Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:27.645Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548827644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:20:28.647Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:20:28.678Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:20:28.682Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:20:28.682Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:20:28.682Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:20:28.683Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:20:28.683Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:20:28.683Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:20:28.683Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:20:28.683Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:20:28.683Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:20:28.695Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:20:58.696Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:20:58.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T05:20:58.709Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T05:20:58.709Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T05:20:58.717Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:20:58.746Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T05:20:58.746Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fb0ecd8a-1c78-4a69-bf82-77ae81bd11d0], X-ECOMP-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], X-TransactionId=[], X-ONAP-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], Content-Type=[application/merge-patch+json]}
2023-03-23T05:20:58.755Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:20:58.891Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:20:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[192664], x-aai-txid=[1-aai-resources-230323-05:20:58:408-70780], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:20:58.892Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:20:58.892Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T05:20:58.893Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:20:58.893Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:20:58.903Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:20:58.903Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:20:58.903Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:20:58.903Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:58.904Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:58.904Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548858903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:20:59.934Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:20:59.935Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:20:59.935Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:20:59.935Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:20:59.935Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:20:59.936Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:00.937Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:00.938Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:00.938Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:00.938Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:01.939Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:01.940Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:01.940Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:01.940Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:02.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:02.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:02.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:02.942Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548815566,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:21:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:21:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548824949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:21:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548826643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T05:21:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548827644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T05:21:03.768Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.768Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.768Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548858903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:21:03.768Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.768Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.770Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:21:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:21:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:21:03.943Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:03.943Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:03.943Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:03.944Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:04.945Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:04.946Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:04.946Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:04.946Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:05.948Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:05.949Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:05.949Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:05.949Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:06.951Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:06.951Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:06.951Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:06.952Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:07.953Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:21:07.953Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:21:07.953Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T05:21:07.954Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:21:07.954Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:21:08.003Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:21:08.003Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:21:08.004Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:21:08.004Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:08.004Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:21:08.004Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:08.264Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:21:08.266Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T05:21:08.266Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:21:08.267Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:08.267Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:21:08.267Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:08.267Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:08.268Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548868266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:09.269Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:21:09.271Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:21:09.271Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.271Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.272Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.273Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.449Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP19719598644345803/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T05:21:09.998Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:21:09.999Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:21:10.000Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:21:10.001Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T05:21:10.041Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T05:21:10.042Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:21:10.042Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T05:21:10.042Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:21:10.042Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:10.042Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:10.043Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548870042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:11.043Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:21:11.044Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T05:21:11.044Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:21:11.044Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:11.044Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:11.045Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548871043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:12.045Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:21:12.073Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:21:12.078Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:21:12.078Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:21:12.078Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:21:12.078Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:21:12.078Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:12.079Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:12.079Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:12.079Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:12.079Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:21:12.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:21:42.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:21:42.105Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T05:21:42.106Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T05:21:42.106Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T05:21:42.113Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:21:42.132Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T05:21:42.132Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[361f098b-a360-4817-82f0-f478c622a15d], X-ECOMP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-TransactionId=[], X-ONAP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], Content-Type=[application/merge-patch+json]}
2023-03-23T05:21:42.139Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:21:42.288Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:21:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[504016], x-aai-txid=[1-aai-resources-230323-05:21:41:794-35812], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:21:42.289Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:21:42.290Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:21:42.290Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:21:42.290Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:21:42.299Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:21:42.300Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:21:42.300Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:21:42.301Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:42.301Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:42.301Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548902300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:21:43.330Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:21:43.330Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:21:43.330Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:43.330Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:43.330Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:43.330Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:44.331Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:44.331Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:44.331Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:44.331Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:45.332Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:45.332Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:45.332Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:45.332Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:46.333Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:46.333Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:46.333Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:46.334Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:47.334Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:47.335Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:47.335Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:47.335Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:48.336Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:48.336Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:48.336Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:48.336Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:49.337Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:49.337Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:49.337Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:49.337Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:50.338Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:50.338Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:50.338Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:50.338Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:51.339Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:51.339Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:51.339Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:51.340Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:21:52.340Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:21:52.341Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:52.341Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:52.341Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:53.342Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:21:53.343Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:21:53.343Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T05:21:53.343Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:21:53.343Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:21:53.387Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:21:53.387Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:21:53.387Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:21:53.387Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T05:21:53.387Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:21:53.388Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:54.026Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:21:54.033Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T05:21:54.034Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:54.034Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:54.034Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:21:54.034Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:54.035Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:54.035Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548914034,
  "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-23T05:21:55.035Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:21:55.036Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:21:55.036Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:21:55.037Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T05:21:55.037Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:21:55.037Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:21:55.114Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9822822575028214570/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T05:21:55.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:21:55.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:21:55.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:21:55.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T05:21:55.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:21:55.982Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:21:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:55.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T05:21:56.021Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T05:21:56.021Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:56.021Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T05:21:56.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:21:56.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:56.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:56.024Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548916021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:57.025Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:57.025Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T05:21:57.025Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:21:57.025Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:21:57.025Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:21:57.025Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548917024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:21:58.026Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:21:58.041Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:21:58.044Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:21:58.044Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:21:58.044Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:21:58.045Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:21:58.045Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:58.045Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:58.045Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:58.045Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:21:58.045Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:21:58.054Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:22:03.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:22:03.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:22:03.755Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:22:03.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:22:28.054Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:22:28.067Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T05:22:28.067Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T05:22:28.067Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T05:22:28.074Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:22:28.089Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?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-23T05:22:28.089Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T05:22:28.095Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:22:28.238Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T05:22:28.239Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:22:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[397496], x-aai-txid=[2-aai-resources-230323-05:22:27:749-58056], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:22:28.239Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:22:28.240Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:22:28.240Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:22:28.246Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:22:28.247Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:22:28.247Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:22:28.247Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:28.248Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:28.248Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548948247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:22:29.271Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:22:29.271Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:22:29.271Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:29.272Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:29.272Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:29.272Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:22:30.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:30.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:30.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:30.274Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:22:31.275Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:31.275Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:31.275Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:31.276Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:22:32.277Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:32.277Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:32.278Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:32.278Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:22:33.279Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:33.279Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:33.279Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:33.279Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:22:34.280Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:34.280Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:34.280Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:34.280Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:22:35.282Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:35.282Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:35.282Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:35.282Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:22:36.283Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:22:36.283Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:36.283Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:36.283Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:22:37.285Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:22:37.285Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:22:37.285Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T05:22:37.286Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:22:37.286Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:22:37.326Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:22:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:22:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:22:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T05:22:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:22:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:22:37.355Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:22:37.355Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a4ae641
2023-03-23T05:22:37.355Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:22:37.355Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:22:37.355Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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 ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:22:37.356Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:22:37.356Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:22:37.356Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:22:37.356Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:37.356Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:37.356Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548957356,
  "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-23T05:22:38.357Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T05:22:38.401Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T05:22:38.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:22:38.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T05:22:38.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:22:38.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:38.403Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:38.403Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548958402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:22:39.404Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:22:39.404Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T05:22:39.404Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:22:39.404Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:22:39.405Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:22:39.405Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548959403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:22:40.406Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:22:40.431Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:22:40.436Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:22:40.437Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:22:40.437Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:22:40.437Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:22:40.437Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:22:40.437Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:22:40.437Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:22:40.438Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:22:40.438Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:22:40.449Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:23:03.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:23:03.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.754Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:23:03.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.756Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:23:03.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.756Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:23:03.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.757Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548868266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:23:03.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.757Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548870042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T05:23:03.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.758Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548871043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T05:23:03.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.758Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548902300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:23:03.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.759Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:23:03.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.759Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:23:03.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.760Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:23:03.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.760Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:23:03.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T05:23:03.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.762Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:23:03.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.762Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:23:03.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548914034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548916021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:03.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:23:03.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548917024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T05:23:03.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:23:10.449Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:23:10.463Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T05:23:10.464Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T05:23:10.464Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T05:23:10.473Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:23:10.489Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?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-23T05:23:10.489Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T05:23:10.498Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:23:10.648Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T05:23:10.649Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:23:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[200848], x-aai-txid=[1-aai-resources-230323-05:23:10:152-1406], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:23:10.649Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:23:10.649Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:23:10.649Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:23:10.660Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:23:10.660Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:23:10.661Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:23:10.661Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:10.661Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:10.661Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548990661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:23:11.693Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:23:11.694Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:23:11.694Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:11.695Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:11.695Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:11.695Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:12.697Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:12.698Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:12.698Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:12.698Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:13.699Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:13.700Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:13.700Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:13.700Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:14.701Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:14.701Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:14.702Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:14.702Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:15.703Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:15.703Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:15.703Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:15.703Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:16.704Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:16.704Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:16.704Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:16.705Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:17.705Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:17.706Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:17.706Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:17.706Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:18.708Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:18.708Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:18.708Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:18.709Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:19.710Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:19.710Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:19.710Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:19.710Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:23:20.712Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:23:20.712Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:23:20.712Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T05:23:20.712Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:23:20.712Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:23:20.759Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:23:20.760Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:23:20.760Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:23:20.760Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:23:20.760Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:23:20.760Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:20.785Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:23:20.785Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d6eb4da
2023-03-23T05:23:20.786Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:23:20.786Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:20.786Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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 90f56e1c-8043-40b3-b9a9-6591f190a9d0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:23:20.786Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:20.786Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:20.786Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:23:20.787Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:20.787Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:20.787Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549000786,
  "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-23T05:23:21.788Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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:90f56e1c-8043-40b3-b9a9-6591f190a9d0)
Error message 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-23T05:23:21.826Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists
2023-03-23T05:23:21.826Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:21.826Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists)
2023-03-23T05:23:21.826Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:23:21.827Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:21.827Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:21.827Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549001826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:23:22.828Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:22.828Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists)
2023-03-23T05:23:22.828Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:23:22.828Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:22.829Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:22.829Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549002828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:23:23.830Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:23:23.855Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:23:23.860Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:23:23.860Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:23:23.860Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:23:23.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:23:23.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:23:23.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:23:23.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:23:23.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:23:23.861Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:23.877Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:23:53.878Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:23:53.890Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:23:53.890Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T05:23:53.891Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T05:23:53.899Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:23:53.922Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?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-23T05:23:53.923Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T05:23:53.929Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:23:54.098Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T05:23:54.098Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:23:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[569552], x-aai-txid=[1-aai-resources-230323-05:23:53:583-41509], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:23:54.098Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:23:54.099Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:23:54.099Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:54.112Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:23:54.112Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:23:54.113Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:23:54.113Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:54.113Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:54.113Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549034113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:23:55.149Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:23:55.150Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c1fae859-1175-44ff-94dc-4ecae49990f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b0c3cf6-6afb-4373-bb43-bcc0d830183e","serviceDescription":"service","serviceInvariantUUID":"ccb8adf6-2f28-4864-b729-dba8023d01d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8b7076-4cff-4a16-af33-57da4eb5215f","resourceInvariantUUID":"df784b87-4398-4e68-b2e8-18e060d17119","resourceCustomizationUUID":"fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa","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":"NmRlNDkyODllZTBjOTlkMzUyMTFkZjI4ZGMyMzYwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"612042bf-d3b2-4f3e-8761-72b39d309ea1","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":"8dcfd60b-e0de-4f00-a42f-c7868f6f846e","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":"390688d4-ec99-4028-b223-0cff2a768eee","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":"NTljMDY3M2QwM2Y4NjMzNDg4MjYyZGZjMWRhYmZmOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab3017fa-4416-40ab-ac82-18e097c73318","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":"579871ac-11b6-467f-adea-4bddc05804d8","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":"4eacfb41-8e1a-42f8-8b12-7a89c75177a7","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":"f52aca65-9566-43f9-8f42-851c872704bb","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":"YzdlNDI4YTUzMzQ0YmMxYzlhZTc3ZjZhZjY3NDA2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36beacfc-fbaa-4c13-8d6f-c20e2ca5988e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd5b275-36f3-45f8-9c67-e435d19b18e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:23:55.150Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:55.150Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:55.150Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:55.150Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:56.151Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:56.152Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:56.152Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:56.152Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:57.154Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:57.154Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:57.154Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:57.154Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:58.155Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:58.156Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:58.156Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:58.156Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:23:59.158Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:23:59.158Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:23:59.158Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:23:59.158Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:24:00.159Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:24:00.160Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:24:00.160Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:24:00.160Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:24:01.161Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:24:01.162Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:24:01.162Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:24:01.162Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:24:02.163Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:24:02.164Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:24:02.164Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:24:02.164Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "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-23T05:24:03.166Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:24:03.166Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:24:03.167Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:24:03.167Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:24:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:24:03.753Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version80: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version81: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T05:24:03.769Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:24:03.770Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:24:03.776Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:24:03.776Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:24:03.792Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:24:03.793Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:24:03.793Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:24:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:24:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:24:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:24:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1223, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:24:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:24:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:24:04.169Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b0c3cf6-6afb-4373-bb43-bcc0d830183e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccb8adf6-2f28-4864-b729-dba8023d01d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8b7076-4cff-4a16-af33-57da4eb5215f",
      "resourceInvariantUUID": "df784b87-4398-4e68-b2e8-18e060d17119",
      "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": "M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1dd5b275-36f3-45f8-9c67-e435d19b18e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:24:04.169Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:24:04.169Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC
2023-03-23T05:24:04.170Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c1fae859-1175-44ff-94dc-4ecae49990f7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
ServiceInvariantUUID:ccb8adf6-2f28-4864-b729-dba8023d01d2
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:1dd5b275-36f3-45f8-9c67-e435d19b18e0
ArtifactChecksum:M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
ResourceInvariantUUID:df784b87-4398-4e68-b2e8-18e060d17119
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4f8b7076-4cff-4a16-af33-57da4eb5215f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:24:04.170Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T05:24:04.215Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:24:04.215Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:24:04.215Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:24:04.216Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:24:04.216Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:24:04.216Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:04.234Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:24:04.234Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@13ff8940
2023-03-23T05:24:04.234Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:24:04.235Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:04.235Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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 1dd5b275-36f3-45f8-9c67-e435d19b18e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:24:04.235Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:04.235Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:04.235Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:24:04.236Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:24:04.236Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:24:04.236Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549044235,
  "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-23T05:24:04.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.817Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548948247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:24:04.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.817Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:24:04.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548957356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548958402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548959403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548990661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.820Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.821Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549000786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549001826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
}
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549002828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
}
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549034113,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:24:04.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.823Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679548374514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549044235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:24:04.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:24:05.237Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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:1dd5b275-36f3-45f8-9c67-e435d19b18e0)
Error message 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-23T05:24:05.249Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:05.249Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T05:24:05.259Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-23T05:24:05.288Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 4f8b7076-4cff-4a16-af33-57da4eb5215f test-pnf
2023-03-23T05:24:05.289Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T05:24:05.289Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T05:24:05.289Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4f8b7076-4cff-4a16-af33-57da4eb5215f 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-23T05:24:05.296Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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$$83973b62.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-23T05:24:05.319Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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$$83973b62.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-23T05:24:05.322Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 4f8b7076-4cff-4a16-af33-57da4eb5215f 0 ASDC deployResourceStructure
2023-03-23T05:24:05.323Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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$$83973b62.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-23T05:24:05.323Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:05.323Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:05.323Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:24:05.323Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:24:05.323Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:24:05.323Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549045323,
  "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-23T05:24:06.324Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:24:06.348Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-23T05:24:06.355Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:06.370Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:24:36.370Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:24:36.379Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and serviceModelVersionId: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T05:24:36.379Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb8adf6-2f28-4864-b729-dba8023d01d2
2023-03-23T05:24:36.380Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0
2023-03-23T05:24:36.387Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:24:36.406Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?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-23T05:24:36.406Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||Invoke
2023-03-23T05:24:36.413Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:24:36.551Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:24:36.551Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:24:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[209040], x-aai-txid=[2-aai-resources-230323-05:24:36:067-44236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:24:36.551Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:24:36.552Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:24:36.552Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:36.557Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:24:36.557Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1fae859-1175-44ff-94dc-4ecae49990f7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-23T05:24:36.557Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:24:36.558Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:24:36.558Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:24:36.558Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549076557,
  "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-23T05:24:37.589Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T05:24:37.590Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T05:24:37.591Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 0 disconnected.
2023-03-23T05:24:37.591Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 1 disconnected.
2023-03-23T05:24:37.592Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 106920 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-23T05:24:37.592Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:24:37.592Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:24:37.593Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:24:37.593Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:24:37.598Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a79a86fe-5c5c-492b-90c9-c2ba6c518466
2023-03-23T05:24:37.598Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:24:37.598Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:24:37.598Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:24:40.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:24:43.019Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:24:46.031Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:24:49.041Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:24:52.049Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:24:55.059Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:24:58.069Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:25:01.078Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:25:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:03.768Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:25:03.768Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:25:03.775Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:25:03.775Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a79a86fe-5c5c-492b-90c9-c2ba6c518466', protocol='range'}
2023-03-23T05:25:03.780Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:25:03.780Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:25:03.781Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:25:03.781Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:25:03.781Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:25:03.781Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:25:03.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a79a86fe-5c5c-492b-90c9-c2ba6c518466=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:25:03.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:25:03.802Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a79a86fe-5c5c-492b-90c9-c2ba6c518466', protocol='range'}
2023-03-23T05:25:03.802Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:25:03.803Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:25:03.803Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:25:03.803Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:25:03.808Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:25:03.808Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:25:03.808Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:25:03.808Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:25:03.808Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:25:03.808Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:25:03.808Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1259, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:25:03.808Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:25:03.809Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:25:03.809Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:25:03.809Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:25:03.809Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:25:04.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:25:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549045323,
  "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-23T05:25:04.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:25:04.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:25:04.828Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549076557,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-23T05:25:04.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:25:04.907Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:25:04.908Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:25:04.910Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:25:04.910Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:04.910Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:04.910Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:05.911Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:25:05.912Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:05.912Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:05.912Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:06.913Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:25:06.913Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:06.913Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:06.914Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:07.914Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:25:07.914Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:07.914Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:07.915Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:08.915Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:25:08.916Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:08.916Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:08.916Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:09.917Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:25:09.917Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:09.917Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:09.918Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:10.918Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:25:10.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:10.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:10.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:11.920Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:25:11.920Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:25:11.920Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T05:25:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:25:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:25:11.969Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:25:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:25:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:25:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:25:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:25:11.970Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:25:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:25:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3fe8dfc1
2023-03-23T05:25:11.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:25:11.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:25:11.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:25:11.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T05:25:11.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T05:25:11.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:25:11.995Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:11.995Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:11.995Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549111994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:12.996Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T05:25:13.004Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:25:13.005Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:25:13.008Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T05:25:13.009Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T05:25:13.009Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:25:13.009Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:25:13.009Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:25:13.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:25:13.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3c51c245
2023-03-23T05:25:13.023Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:25:13.024Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:25:13.024Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:25:13.024Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T05:25:13.025Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T05:25:13.025Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:25:13.025Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:25:13.025Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:25:13.025Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549113024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:25:14.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T05:25:14.026Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:25:14.050Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:25:14.054Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:25:14.054Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:25:44.055Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:25:44.080Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:25:44.084Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:25:44.085Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:26:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:26:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:26:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:26:03.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:26:14.085Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:26:14.114Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:26:14.120Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:26:14.120Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:26:44.121Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:26:44.148Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:26:44.153Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:26:44.153Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:27:03.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:27:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:27:03.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:27:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549111994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:27:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:27:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549113024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:27:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:27:14.153Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:27:14.177Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:27:14.181Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:27:14.181Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:27:44.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:27:44.208Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:27:44.213Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:27:44.213Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:28:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:28:14.214Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:28:14.241Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:28:14.246Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:28:14.246Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:28:44.246Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:28:44.272Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:28:44.276Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:28:44.277Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:29:03.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:29:14.277Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:29:14.309Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:29:14.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:29:14.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:29:44.314Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:29:44.342Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:29:44.347Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:29:44.347Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:30:03.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:30:04.979Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:30:04.979Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a79a86fe-5c5c-492b-90c9-c2ba6c518466 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-23T05:30:04.980Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T05:30:04.980Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T05:30:07.352Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:30:07.369Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:30:07.369Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:30:07.376Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:30:07.376Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:30:07.391Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:30:07.392Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:30:07.396Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:30:07.397Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:30:07.397Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:30:07.397Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1270, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:30:07.397Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:30:07.397Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:30:08.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:30:08.380Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:30:08.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:30:08.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:30:08.381Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:30:08.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:30:14.347Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T05:30:14.348Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:30:14.360Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T05:30:14.360Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T05:30:14.361Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T05:30:14.365Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:30:14.383Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T05:30:14.384Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T05:30:14.392Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:30:14.424Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T05:30:14.424Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 05:30:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[29], x-aai-txid=[0-aai-resources-230323-05:30:14:048-93598], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:30:14.426Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T05:30:14.429Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:30:14.429Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T05:30:14.430Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:30:14.430Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:30:14.435Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:30:14.435Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:30:14.435Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T05:30:14.435Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:14.435Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:14.435Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549414435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:30:15.468Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:30:15.468Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:30:15.469Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:15.469Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:15.469Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:15.469Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:30:16.470Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:16.470Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:16.470Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:16.470Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:30:17.471Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:30:17.471Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:30:17.471Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T05:30:17.472Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T05:30:17.472Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:30:17.505Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:30:17.506Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:30:17.506Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:30:17.506Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T05:30:17.506Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:30:17.506Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:17.528Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:30:17.528Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@49b642b0
2023-03-23T05:30:17.528Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:30:17.528Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:30:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:30:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:17.529Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549417529,
  "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-23T05:30:18.530Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T05:30:18.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T05:30:18.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:18.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T05:30:18.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:30:18.571Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:18.572Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:18.572Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549418571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:30:19.573Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:19.573Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T05:30:19.573Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:30:19.573Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:19.573Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:19.573Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549419572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:30:20.574Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:30:20.601Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:30:20.605Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:30:20.605Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:30:20.605Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:30:20.605Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:30:20.606Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:30:20.606Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:30:20.606Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:30:20.606Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:30:20.606Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:20.619Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:30:50.619Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:30:50.630Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T05:30:50.630Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T05:30:50.631Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T05:30:50.638Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:30:50.661Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?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-23T05:30:50.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T05:30:50.670Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:30:50.876Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T05:30:50.877Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:30:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[202], vertex-id=[180264], x-aai-txid=[1-aai-resources-230323-05:30:50:327-56225], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:30:50.877Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:30:50.878Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:30:50.878Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:50.883Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:30:50.884Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:30:50.885Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:30:50.886Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:50.886Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:50.886Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549450885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:30:51.919Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:30:51.920Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:30:51.920Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:51.921Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:51.921Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:51.921Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:30:52.922Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:52.922Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:52.922Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:52.923Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:30:53.923Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:53.924Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:53.924Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:53.925Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:30:54.926Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:54.926Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:54.927Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:54.927Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:30:55.928Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:55.928Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:55.928Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:55.928Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:30:56.929Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:56.930Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:56.930Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:56.930Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:30:57.930Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:30:57.931Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:57.931Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:57.931Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:30:58.932Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:30:58.933Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:30:58.933Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T05:30:58.933Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:30:58.933Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:30:58.987Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:30:58.988Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:30:58.988Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:30:58.989Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T05:30:58.989Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:30:58.989Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:30:59.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:30:59.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@ca3619c
2023-03-23T05:30:59.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:30:59.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:30:59.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:30:59.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:30:59.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:30:59.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:30:59.012Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:30:59.013Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:30:59.013Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549459012,
  "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-23T05:31:00.014Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T05:31:00.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T05:31:00.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:31:00.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T05:31:00.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:31:00.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:00.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:00.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549460055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:01.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:31:01.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T05:31:01.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:31:01.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:01.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:01.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549461056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:02.058Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:31:02.084Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:31:02.089Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:02.090Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:31:02.101Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:31:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:31:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:31:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:31:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:31:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:31:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:31:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:31:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:31:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:31:32.102Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:31:32.110Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T05:31:32.111Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T05:31:32.112Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T05:31:32.120Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:31:32.142Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T05:31:32.143Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dfd062da-469b-4768-b3a3-a082d7176d37], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T05:31:32.150Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:31:32.294Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:31:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[471248], x-aai-txid=[1-aai-resources-230323-05:31:31:807-3498], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:31:32.295Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:31:32.295Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T05:31:32.296Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:31:32.296Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:31:32.301Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:31:32.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:31:32.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:31:32.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:32.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:32.302Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549492302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:31:33.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:31:33.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:31:33.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:33.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:33.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:33.330Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:34.331Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:34.331Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:34.331Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:34.331Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:35.331Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:35.332Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:35.332Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:35.332Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:36.332Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:36.333Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:36.333Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:36.333Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:37.333Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:37.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:37.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:37.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:38.334Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:38.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:38.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:38.335Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:39.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:39.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:39.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:39.336Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:40.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:31:40.337Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:40.338Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:40.338Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:41.339Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:31:41.339Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:31:41.339Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T05:31:41.340Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:31:41.340Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:31:41.377Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:31:41.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:31:41.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:31:41.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:41.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:31:41.378Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:41.645Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:31:41.648Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T05:31:41.648Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:31:41.648Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:41.649Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:31:41.649Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:41.649Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:41.649Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549501648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:42.649Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:31:42.650Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:31:42.650Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:42.651Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:42.651Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:42.651Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:42.783Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP825054711884797744/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T05:31:43.325Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:31:43.325Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:31:43.325Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.325Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:31:43.326Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:31:43.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T05:31:43.361Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T05:31:43.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:31:43.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T05:31:43.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:31:43.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:43.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:43.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549503362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:44.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:31:44.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T05:31:44.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:31:44.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:31:44.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:31:44.364Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549504363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:31:45.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:31:45.389Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:31:45.393Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:31:45.404Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:32:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.758Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549414435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679549401789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549396968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679549400464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549402757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549403626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549417529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679549418176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549416607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:32:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549417004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549418571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549418006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549419572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T05:32:03.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.765Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679549419007,
  "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-23T05:32:03.806Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7661c0f8-ce92-44a0-a937-6c1f611f07fe
2023-03-23T05:32:03.807Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7661c0f8-ce92-44a0-a937-6c1f611f07fe 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-23T05:32:03.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549420094,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:32:03.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.832Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.832Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1679549421097,
  "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-23T05:32:03.846Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7661c0f8-ce92-44a0-a937-6c1f611f07fe
2023-03-23T05:32:03.847Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7661c0f8-ce92-44a0-a937-6c1f611f07fe 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-23T05:32:03.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.870Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.870Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549417433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549427242,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549429025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679549430029,
  "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-23T05:32:03.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7661c0f8-ce92-44a0-a937-6c1f611f07fe
2023-03-23T05:32:03.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7661c0f8-ce92-44a0-a937-6c1f611f07fe 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-23T05:32:03.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.910Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549450885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.911Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549459012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549460055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:03.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:32:03.913Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549461056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T05:32:03.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:32:15.405Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:32:15.417Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T05:32:15.417Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T05:32:15.417Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T05:32:15.420Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:32:15.434Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?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-23T05:32:15.435Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T05:32:15.442Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:32:15.584Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T05:32:15.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:32:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[479440], x-aai-txid=[2-aai-resources-230323-05:32:15:099-47691], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:32:15.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:32:15.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:32:15.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:32:15.593Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:32:15.593Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:32:15.594Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:32:15.594Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:15.594Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:15.594Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549535593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:32:16.624Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:32:16.625Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:32:16.625Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:16.625Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:16.625Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:16.625Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:17.626Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:17.626Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:17.626Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:17.626Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:18.627Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:18.628Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:18.628Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:18.628Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:19.628Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:19.629Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:19.629Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:19.629Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:20.630Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:20.630Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:20.630Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:20.630Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:21.631Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:21.631Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:21.632Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:21.632Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:22.632Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:22.632Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:22.633Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:22.633Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:23.633Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:23.633Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:23.633Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:23.633Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:24.635Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:32:24.635Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:32:24.635Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T05:32:24.636Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:32:24.636Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:32:24.679Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:32:24.680Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:32:24.680Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:32:24.680Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:24.680Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:32:24.680Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:24.977Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:32:24.979Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T05:32:24.980Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:32:24.980Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:24.980Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:32:24.980Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:24.981Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:24.981Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549544980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:25.981Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:32:25.982Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:32:25.982Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:25.983Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:25.983Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:25.983Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.073Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5747814076033447831/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T05:32:26.674Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:32:26.674Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:32:26.674Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.674Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:32:26.674Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.674Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:32:26.675Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:32:26.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T05:32:26.712Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T05:32:26.712Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:32:26.712Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T05:32:26.712Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:32:26.713Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:26.713Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:26.713Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549546712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:27.713Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:32:27.714Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T05:32:27.714Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:32:27.714Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:27.715Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:27.715Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549547713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:32:28.716Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:32:28.742Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:32:28.747Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:32:28.748Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:32:28.763Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:32:58.763Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:32:58.774Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T05:32:58.774Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T05:32:58.775Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T05:32:58.781Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:32:58.800Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T05:32:58.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T05:32:58.808Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:32:58.932Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T05:32:58.932Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:32:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[192664], x-aai-txid=[0-aai-resources-230323-05:32:58:464-63899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:32:58.932Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:32:58.933Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:32:58.933Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:32:58.941Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:32:58.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:32:58.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:32:58.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:58.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:58.941Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549578941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:32:59.966Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:32:59.966Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:32:59.967Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:32:59.967Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:32:59.967Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:32:59.967Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:00.968Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:00.968Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:00.968Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:00.968Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:01.969Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:01.969Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:01.969Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:01.969Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:02.970Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:02.971Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:02.971Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:02.971Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549492302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:33:03.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549501648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:33:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549503362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T05:33:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T05:33:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549504363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T05:33:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:33:03.971Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:03.972Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:03.972Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:03.972Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:04.973Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:04.973Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:04.973Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:04.973Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:05.974Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:05.974Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:05.974Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:05.974Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:06.975Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:06.975Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:06.975Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:06.976Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:07.976Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:33:07.977Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:33:07.977Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T05:33:07.977Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:33:07.977Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:33:08.025Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:33:08.025Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:33:08.025Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:33:08.026Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:08.026Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:33:08.026Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:08.326Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:33:08.328Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T05:33:08.329Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:33:08.329Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:08.329Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:33:08.329Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:08.329Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:08.329Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549588329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:09.331Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:33:09.332Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:33:09.332Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:09.332Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:09.333Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:09.333Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:09.406Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10533509338531312085/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T05:33:10.014Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:33:10.014Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:33:10.014Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:33:10.015Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:33:10.016Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:10.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:33:10.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:10.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:33:10.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:10.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:33:10.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T05:33:10.056Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T05:33:10.056Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:33:10.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T05:33:10.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:33:10.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:10.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:10.058Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549590056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:11.058Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:33:11.059Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T05:33:11.059Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:33:11.059Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:11.059Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:11.060Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549591058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:12.061Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:33:12.088Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:33:12.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:33:12.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:33:12.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:33:12.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:33:12.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:12.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:12.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:12.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:12.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:33:12.110Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:33:42.111Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:33:42.123Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T05:33:42.124Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T05:33:42.124Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T05:33:42.133Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:33:42.154Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?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-23T05:33:42.154Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T05:33:42.161Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:33:42.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:33:42.310Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:33:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[504016], x-aai-txid=[1-aai-resources-230323-05:33:41:819-8107], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:33:42.311Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:33:42.311Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:33:42.311Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:33:42.317Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:33:42.318Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:33:42.318Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:33:42.318Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:42.318Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:42.318Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549622318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:33:43.345Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:33:43.346Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:33:43.346Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:43.346Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:43.346Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:43.347Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:44.347Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:44.348Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:44.348Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:44.348Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:45.349Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:45.349Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:45.349Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:45.349Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:46.350Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:46.350Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:46.350Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:46.350Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:47.351Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:47.351Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:47.351Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:47.352Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:48.352Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:48.353Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:48.353Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:48.353Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:49.354Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:49.354Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:49.354Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:49.354Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:50.355Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:50.355Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:50.355Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:50.356Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:51.356Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:51.357Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:51.357Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:51.357Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:33:52.358Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:33:52.358Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:52.358Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:52.358Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:53.359Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:33:53.359Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:33:53.359Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T05:33:53.360Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:33:53.360Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:33:53.403Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:33:53.403Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:33:53.403Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:33:53.403Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T05:33:53.403Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:33:53.403Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:53.999Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:33:54.006Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T05:33:54.006Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:54.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:54.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:33:54.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:54.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:54.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549634006,
  "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-23T05:33:55.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:33:55.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:33:55.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:33:55.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T05:33:55.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:33:55.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:33:55.102Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16748829264168406004/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:33:55.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.943Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.944Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.945Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.946Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.946Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.946Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.946Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:33:55.946Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.946Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T05:33:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T05:33:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T05:33:55.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:33:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:55.984Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549635983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:56.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:56.986Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T05:33:56.986Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:33:56.986Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:33:56.986Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:33:56.986Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549636985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:33:57.988Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:33:58.017Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:33:58.022Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:33:58.022Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:33:58.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:33:58.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:33:58.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:58.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:58.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:58.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:33:58.023Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:33:58.037Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:34:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:34:03.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.753Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549535593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549544980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549546712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549547713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549578941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:34:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:34:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:34:28.037Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:34:28.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T05:34:28.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T05:34:28.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T05:34:28.057Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:34:28.073Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?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-23T05:34:28.074Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T05:34:28.080Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:34:28.232Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T05:34:28.233Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:34:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[397496], x-aai-txid=[1-aai-resources-230323-05:34:27:738-96663], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:34:28.233Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:34:28.233Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:34:28.233Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:34:28.242Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:34:28.242Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:34:28.242Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:34:28.242Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:28.242Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:28.242Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549668242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:34:29.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:34:29.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:34:29.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:29.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:29.273Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:29.274Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:34:30.275Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:30.275Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:30.276Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:30.276Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:34:31.277Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:31.278Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:31.278Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:31.278Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:34:32.279Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:32.279Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:32.279Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:32.280Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:34:33.281Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:33.281Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:33.281Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:33.281Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:34:34.282Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:34.283Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:34.283Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:34.283Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:34:35.284Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:35.285Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:35.285Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:35.285Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:34:36.285Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:34:36.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:36.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:36.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:34:37.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:34:37.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:34:37.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T05:34:37.287Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:34:37.287Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:34:37.322Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:34:37.322Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:34:37.322Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:34:37.325Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T05:34:37.325Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:34:37.325Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:34:37.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:34:37.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4cd83fb5
2023-03-23T05:34:37.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:34:37.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:34:37.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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 ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:34:37.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:34:37.351Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:34:37.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:34:37.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:37.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:37.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549677351,
  "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-23T05:34:38.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T05:34:38.398Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T05:34:38.399Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:34:38.399Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T05:34:38.399Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:34:38.400Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:38.400Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:38.400Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549678399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:34:39.401Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:34:39.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T05:34:39.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:34:39.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:34:39.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:34:39.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549679401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:34:40.402Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:34:40.429Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:34:40.434Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:34:40.434Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:34:40.434Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:34:40.434Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:34:40.434Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:34:40.434Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:34:40.435Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:34:40.435Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:34:40.435Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:34:40.449Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:35:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:35:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:35:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:35:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549588329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549590056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549591058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T05:35:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549622318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:35:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T05:35:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T05:35:03.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:35:03.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:35:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:35:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549634006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549635983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549636985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T05:35:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:35:10.449Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:35:10.462Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T05:35:10.462Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T05:35:10.463Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T05:35:10.471Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:35:10.489Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T05:35:10.489Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9909468a-ecb8-4322-af28-36a07e64b3c5], X-ECOMP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-TransactionId=[], X-ONAP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], Content-Type=[application/merge-patch+json]}
2023-03-23T05:35:10.496Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:35:10.632Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:35:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[200848], x-aai-txid=[0-aai-resources-230323-05:35:10:153-19550], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:35:10.632Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:35:10.633Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T05:35:10.633Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:35:10.633Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:35:10.642Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:35:10.642Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:35:10.642Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:35:10.642Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:10.642Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:10.642Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549710642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:35:11.669Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:35:11.669Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:35:11.669Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:11.669Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:11.670Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:11.670Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:12.670Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:12.671Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:12.671Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:12.671Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:13.672Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:13.672Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:13.672Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:13.672Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:14.674Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:14.675Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:14.675Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:14.675Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:15.675Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:15.676Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:15.676Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:15.676Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:16.677Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:16.677Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:16.678Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:16.678Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:17.678Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:17.679Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:17.679Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:17.679Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:18.680Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:18.680Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:18.680Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:18.681Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:19.681Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:19.682Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:19.682Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:19.682Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:35:20.683Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:35:20.683Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:35:20.683Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T05:35:20.683Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:35:20.684Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:35:20.722Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:35:20.723Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:35:20.723Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:35:20.723Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:35:20.723Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:35:20.724Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:35:20.998Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:35:21.002Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 90f56e1c-8043-40b3-b9a9-6591f190a9d0 111096
2023-03-23T05:35:21.003Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T05:35:21.003Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:35:21.003Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:35:21.003Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:21.003Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:21.003Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549721003,
  "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-23T05:35:22.004Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:35:22.005Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:35:22.005Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.007Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.007Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.007Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.092Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11178090073012124250/Definitions/service-TestPnfMacro-template.yml
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:35:22.693Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:35:22.694Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:35:22.695Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:35:22.695Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:35:22.695Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
Model Version:NULL
Model InvariantUuid:ec311991-52c3-4584-a90d-e9bfe01bf37a
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-23T05:35:22.735Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists
2023-03-23T05:35:22.735Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:35:22.735Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists)
2023-03-23T05:35:22.735Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:35:22.735Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:22.735Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:22.735Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549722735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:35:23.736Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:35:23.737Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists)
2023-03-23T05:35:23.737Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:35:23.737Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:23.737Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:23.737Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549723736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:35:24.739Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:35:24.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:35:24.767Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:35:24.782Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:35:54.782Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:35:54.791Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:35:54.791Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T05:35:54.791Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T05:35:54.799Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:35:54.824Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?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-23T05:35:54.824Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T05:35:54.832Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:35:55.075Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T05:35:55.076Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:35:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[240], vertex-id=[569552], x-aai-txid=[2-aai-resources-230323-05:35:54:489-99274], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:35:55.076Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:35:55.077Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:35:55.077Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:35:55.085Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:35:55.085Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:35:55.085Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:35:55.085Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:55.085Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:55.086Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549755085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:35:56.114Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:35:56.114Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c1fae859-1175-44ff-94dc-4ecae49990f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b0c3cf6-6afb-4373-bb43-bcc0d830183e","serviceDescription":"service","serviceInvariantUUID":"ccb8adf6-2f28-4864-b729-dba8023d01d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8b7076-4cff-4a16-af33-57da4eb5215f","resourceInvariantUUID":"df784b87-4398-4e68-b2e8-18e060d17119","resourceCustomizationUUID":"fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa","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":"NmRlNDkyODllZTBjOTlkMzUyMTFkZjI4ZGMyMzYwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"612042bf-d3b2-4f3e-8761-72b39d309ea1","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":"8dcfd60b-e0de-4f00-a42f-c7868f6f846e","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":"390688d4-ec99-4028-b223-0cff2a768eee","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":"NTljMDY3M2QwM2Y4NjMzNDg4MjYyZGZjMWRhYmZmOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab3017fa-4416-40ab-ac82-18e097c73318","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":"579871ac-11b6-467f-adea-4bddc05804d8","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":"4eacfb41-8e1a-42f8-8b12-7a89c75177a7","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":"f52aca65-9566-43f9-8f42-851c872704bb","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":"YzdlNDI4YTUzMzQ0YmMxYzlhZTc3ZjZhZjY3NDA2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36beacfc-fbaa-4c13-8d6f-c20e2ca5988e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd5b275-36f3-45f8-9c67-e435d19b18e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:35:56.115Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:56.115Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:56.115Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:56.115Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:57.117Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:57.117Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:57.117Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:57.117Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:58.119Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:58.119Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:58.119Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:58.119Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:35:59.121Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:35:59.121Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:35:59.121Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:35:59.121Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:36:00.123Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:36:00.123Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:00.123Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:00.123Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:36:01.124Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:36:01.125Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:01.125Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:01.125Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:36:02.126Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:36:02.126Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:02.126Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:02.127Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:36:03.127Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:36:03.128Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:03.128Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:03.128Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "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-23T05:36:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:36:03.753Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version83: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version84: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T05:36:03.768Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:36:03.769Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:36:03.774Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:36:03.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:36:03.791Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:36:03.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:36:03.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:36:03.797Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:36:03.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:36:03.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:36:03.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1401, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:36:03.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:36:03.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:36:04.128Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:36:04.129Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:04.129Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:04.129Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:36:04.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549668242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:36:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549677351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:36:04.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549678399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T05:36:04.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549679401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549710642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:36:04.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549721003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549722735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
}
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549723736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
}
2023-03-23T05:36:04.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549755085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.829Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:36:04.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:04.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T05:36:04.829Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549077589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:36:04.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:36:05.130Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b0c3cf6-6afb-4373-bb43-bcc0d830183e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccb8adf6-2f28-4864-b729-dba8023d01d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8b7076-4cff-4a16-af33-57da4eb5215f",
      "resourceInvariantUUID": "df784b87-4398-4e68-b2e8-18e060d17119",
      "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": "M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1dd5b275-36f3-45f8-9c67-e435d19b18e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:36:05.130Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:36:05.130Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC
2023-03-23T05:36:05.131Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c1fae859-1175-44ff-94dc-4ecae49990f7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
ServiceInvariantUUID:ccb8adf6-2f28-4864-b729-dba8023d01d2
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:1dd5b275-36f3-45f8-9c67-e435d19b18e0
ArtifactChecksum:M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
ResourceInvariantUUID:df784b87-4398-4e68-b2e8-18e060d17119
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4f8b7076-4cff-4a16-af33-57da4eb5215f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:36:05.131Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:36:05.179Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:36:05.179Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:36:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:36:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:36:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:36:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:36:05.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:36:05.287Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1dd5b275-36f3-45f8-9c67-e435d19b18e0 111096
2023-03-23T05:36:05.288Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T05:36:05.288Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:36:05.288Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:36:05.288Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:05.288Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:05.288Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549765288,
  "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-23T05:36:06.289Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:36:06.290Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:36:06.290Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.290Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.291Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.291Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.376Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15454415238934208368/Definitions/service-TestPnfMacro-template.yml
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:36:06.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
Model Version:NULL
Model InvariantUuid:ec311991-52c3-4584-a90d-e9bfe01bf37a
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-23T05:36:06.954Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T05:36:06.960Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:36:06.983Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 4f8b7076-4cff-4a16-af33-57da4eb5215f test-pnf
2023-03-23T05:36:06.984Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T05:36:06.984Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T05:36:06.984Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4f8b7076-4cff-4a16-af33-57da4eb5215f 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-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69b57f23, org.onap.sdc.toscaparser.api.parameters.Input@6f62f472, org.onap.sdc.toscaparser.api.parameters.Input@6b96e13, org.onap.sdc.toscaparser.api.parameters.Input@7cf6abaa, org.onap.sdc.toscaparser.api.parameters.Input@3e788f70]
2023-03-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a2c88ed9-3e16-4cc9-92d2-8c817dcb7504: test-pnf
2023-03-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4f8b7076-4cff-4a16-af33-57da4eb5215f
2023-03-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:36:06.990Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||Resource customization UUID: b50e770c-2da2-4937-a16d-b1562e4dafc7 is NOT the same as notified resource customizationUUID: fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
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-23T05:36:07.026Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4f8b7076-4cff-4a16-af33-57da4eb5215f 0 ASDC deployResourceStructure
2023-03-23T05:36:07.026Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T05:36:07.026Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:36:07.026Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-23T05:36:07.026Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:07.026Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:07.026Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549767026,
  "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-23T05:36:08.027Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:36:08.051Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:36:08.056Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:36:08.057Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:36:08.069Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:36:38.070Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:36:38.080Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and serviceModelVersionId: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T05:36:38.080Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb8adf6-2f28-4864-b729-dba8023d01d2
2023-03-23T05:36:38.081Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0
2023-03-23T05:36:38.086Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:36:38.100Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||Invoke
2023-03-23T05:36:38.100Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b199703a-0a2a-41a5-90d5-952a91dc2965], X-ECOMP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-TransactionId=[], X-ONAP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], Content-Type=[application/merge-patch+json]}
2023-03-23T05:36:38.107Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:36:38.245Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:36:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[209040], x-aai-txid=[1-aai-resources-230323-05:36:37:766-11816], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:36:38.245Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:36:38.245Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:36:38.246Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:36:38.246Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:36:38.255Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:36:38.255Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1fae859-1175-44ff-94dc-4ecae49990f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:36:38.255Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:36:38.255Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:36:38.255Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:36:38.255Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549798255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:36:39.281Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T05:36:39.282Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T05:36:39.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 0 disconnected.
2023-03-23T05:36:39.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 2 disconnected.
2023-03-23T05:36:39.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 107041 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-23T05:36:39.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:36:39.284Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:36:39.284Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:36:39.284Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:36:39.289Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-84763a44-a2f0-48e7-9554-fac40f2b1525
2023-03-23T05:36:39.289Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:36:39.290Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:36:39.290Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:36:40.014Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:36:43.023Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:36:46.032Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:36:49.041Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:36:52.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:36:55.059Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:36:58.067Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:37:01.076Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:37:03.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:03.770Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:37:03.770Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:37:03.777Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:37:03.777Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-84763a44-a2f0-48e7-9554-fac40f2b1525', protocol='range'}
2023-03-23T05:37:03.783Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:37:03.784Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:37:03.784Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:37:03.784Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:37:03.785Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:37:03.785Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:37:03.785Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-84763a44-a2f0-48e7-9554-fac40f2b1525=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:37:03.803Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-84763a44-a2f0-48e7-9554-fac40f2b1525', protocol='range'}
2023-03-23T05:37:03.803Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:37:03.803Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:37:03.804Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:37:03.804Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:37:03.805Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:37:03.809Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:37:03.809Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:37:03.809Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:37:03.809Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:37:03.810Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:37:03.810Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:37:03.810Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:37:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:37:03.810Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:37:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1436, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:37:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:37:03.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:37:04.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:37:04.829Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549765288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:37:04.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:37:04.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:37:04.830Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549767026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-23T05:37:04.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:37:04.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:37:04.831Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549798255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:37:04.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:37:04.854Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:37:04.854Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:37:04.856Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:37:04.856Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:04.856Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:04.856Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:05.857Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:37:05.857Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:05.857Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:05.857Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:06.858Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:37:06.858Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:06.858Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:06.858Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:07.858Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:37:07.859Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:07.859Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:07.859Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:08.859Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:37:08.860Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:08.860Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:08.860Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:09.861Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:37:09.861Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:09.862Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:09.862Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:10.862Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:37:10.863Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:10.863Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:10.863Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:11.864Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:37:11.864Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:37:11.865Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T05:37:11.865Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:37:11.866Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:37:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:37:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:37:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:37:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:37:11.906Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:37:11.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:37:11.937Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:37:11.938Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a2374a6
2023-03-23T05:37:11.938Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:37:11.938Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:37:11.938Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:37:11.938Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T05:37:11.938Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T05:37:11.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:37:11.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:11.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:11.939Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:12.940Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T05:37:12.949Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:37:12.950Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:37:12.954Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T05:37:12.954Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T05:37:12.954Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:37:12.954Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:37:12.954Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:37:12.971Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:37:12.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26a0e6ba
2023-03-23T05:37:12.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:37:12.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:37:12.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:37:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T05:37:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T05:37:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:37:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:37:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:37:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549832973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:37:13.974Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T05:37:13.974Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:37:13.996Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:37:14.001Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:37:14.001Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:37:44.002Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:37:44.029Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:37:44.034Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:37:44.035Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:38:03.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:38:03.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T05:38:03.754Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:38:03.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:38:14.035Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:38:14.063Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:38:14.067Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:38:14.068Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:38:44.068Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:38:44.092Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:38:44.096Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:38:44.096Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:39:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:39:03.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:39:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.755Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:39:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:39:03.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T05:39:03.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:39:03.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.757Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:39:03.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:03.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.757Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:39:03.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:03.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T05:39:03.758Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549832973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:39:03.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:39:14.096Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:39:14.122Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:39:14.126Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:39:14.127Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:39:44.127Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:39:44.151Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:39:44.156Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:39:44.156Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:40:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:40:14.156Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:40:14.178Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:40:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:40:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:40:44.183Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:40:44.205Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:40:44.210Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:40:44.210Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:41:03.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:41:14.210Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:41:14.235Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:41:14.240Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:41:14.240Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:41:44.240Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:41:44.258Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:41:44.261Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:41:44.261Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:42:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:42:04.880Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:42:04.881Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-84763a44-a2f0-48e7-9554-fac40f2b1525 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-23T05:42:04.881Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T05:42:04.881Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T05:42:07.371Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:42:07.387Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:42:07.387Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:42:07.393Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:42:07.394Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:42:07.410Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:42:07.411Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:42:07.411Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:42:07.416Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:42:07.417Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:42:07.417Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:42:07.417Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1448, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:42:07.417Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:42:07.417Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:42:14.262Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T05:42:14.262Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:42:14.274Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T05:42:14.274Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T05:42:14.275Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T05:42:14.283Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:42:14.304Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T05:42:14.304Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a51fab3b-7c0d-4cd8-98be-fa1982575784], X-ECOMP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-TransactionId=[], X-ONAP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], Content-Type=[application/merge-patch+json]}
2023-03-23T05:42:14.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:42:14.350Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 05:42:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[0-aai-resources-230323-05:42:13:974-79116], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:42:14.351Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T05:42:14.352Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T05:42:14.354Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:42:14.354Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T05:42:14.355Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:42:14.355Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:42:14.362Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:42:14.363Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:42:14.363Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T05:42:14.363Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:14.363Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:14.363Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550134363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:42:14.382Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:42:14.382Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550134363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T05:42:14.383Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:42:15.393Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:42:15.394Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:42:15.394Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:15.394Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:15.394Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:15.395Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:42:16.395Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:16.396Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:16.396Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:16.396Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:42:17.397Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:42:17.397Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:42:17.398Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T05:42:17.398Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T05:42:17.398Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:42:17.451Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:42:17.451Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:42:17.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:42:17.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T05:42:17.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:42:17.452Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:17.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@590e4fff
2023-03-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:42:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:17.484Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:17.484Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550137483,
  "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-23T05:42:18.485Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T05:42:18.530Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T05:42:18.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:18.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T05:42:18.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:42:18.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:18.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:18.531Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550138531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:42:19.533Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:19.533Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T05:42:19.533Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:42:19.534Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:19.534Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:19.534Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550139532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:42:20.535Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:42:20.556Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:42:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:42:20.570Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:20.581Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:42:50.581Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:42:50.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T05:42:50.588Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T05:42:50.589Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T05:42:50.596Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:42:50.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T05:42:50.613Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91ca74f2-c6fd-4ceb-b5b8-2f3a85145c64], X-ECOMP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-TransactionId=[], X-ONAP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], Content-Type=[application/merge-patch+json]}
2023-03-23T05:42:50.619Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:42:50.771Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:42:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[180264], x-aai-txid=[1-aai-resources-230323-05:42:50:279-39978], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:42:50.772Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:42:50.773Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T05:42:50.773Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:42:50.773Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:50.784Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:42:50.784Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:42:50.784Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:42:50.785Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:50.785Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:50.785Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550170784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:42:51.808Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:42:51.809Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:42:51.809Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:51.809Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:51.809Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:51.809Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:42:52.810Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:52.810Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:52.810Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:52.810Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:42:53.811Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:53.811Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:53.811Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:53.812Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:42:54.813Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:54.813Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:54.814Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:54.814Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:42:55.815Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:55.816Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:55.816Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:55.816Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:42:56.817Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:56.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:56.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:56.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:42:57.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:42:57.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:57.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:57.820Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:42:58.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:42:58.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:42:58.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T05:42:58.821Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:42:58.822Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:42:58.853Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:42:58.854Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:42:58.854Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:42:58.854Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T05:42:58.854Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:42:58.855Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:42:58.879Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:42:58.879Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e383222
2023-03-23T05:42:58.879Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:42:58.880Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:42:58.880Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:42:58.880Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:42:58.880Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:42:58.880Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:42:58.881Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:58.881Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:58.881Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550178880,
  "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-23T05:42:59.882Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T05:42:59.921Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T05:42:59.921Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:42:59.921Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T05:42:59.921Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:42:59.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:42:59.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:42:59.922Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550179921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:00.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:43:00.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T05:43:00.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:43:00.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:00.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:00.923Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550180923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:01.924Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:43:01.941Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:43:01.943Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:01.944Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:43:01.951Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:43:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550137483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550138531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550139532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550170784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:43:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550178880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550179921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550180923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T05:43:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:43:31.952Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:43:31.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T05:43:31.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T05:43:31.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T05:43:31.967Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:43:31.994Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?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-23T05:43:31.995Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T05:43:32.003Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:43:32.152Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T05:43:32.153Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:43:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[471248], x-aai-txid=[1-aai-resources-230323-05:43:31:664-88867], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:43:32.153Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:43:32.153Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:43:32.153Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:43:32.166Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:43:32.166Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:43:32.166Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:43:32.166Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:32.166Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:32.167Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550212166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:43:33.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:43:33.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:43:33.191Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:33.191Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:33.191Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:33.191Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:34.192Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:34.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:34.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:34.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:35.194Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:35.194Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:35.194Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:35.195Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:36.195Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:36.196Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:36.196Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:36.196Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:37.197Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:37.198Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:37.198Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:37.198Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:38.198Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:38.199Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:38.199Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:38.199Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:39.200Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:39.200Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:39.200Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:39.201Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:40.201Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:43:40.202Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:40.202Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:40.202Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:41.204Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:43:41.204Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:43:41.204Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T05:43:41.204Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:43:41.204Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:43:41.240Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:43:41.240Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:43:41.240Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:43:41.241Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:41.241Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:43:41.241Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:41.567Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:43:41.570Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T05:43:41.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:43:41.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:41.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:43:41.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:41.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:41.571Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550221571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:42.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:43:42.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:43:42.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:42.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:42.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:42.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:42.644Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8020208463373731697/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T05:43:43.273Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:43:43.273Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:43:43.273Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.273Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:43:43.273Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:43:43.274Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:43:43.275Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T05:43:43.332Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T05:43:43.332Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:43:43.332Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T05:43:43.332Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:43:43.332Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:43.332Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:43.332Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550223332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:44.333Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:43:44.333Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T05:43:44.333Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:43:44.334Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:43:44.334Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:43:44.334Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550224333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:43:45.334Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:43:45.352Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:43:45.355Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:43:45.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:44:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550212166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:44:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:44:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:44:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550221571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:44:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550223332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T05:44:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:44:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550224333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T05:44:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:44:15.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:44:15.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T05:44:15.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T05:44:15.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T05:44:15.374Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:44:15.386Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T05:44:15.387Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25d48044-0cec-4518-85f0-10f92b454d3d], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T05:44:15.395Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:44:15.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:44:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[479440], x-aai-txid=[1-aai-resources-230323-05:44:15:056-578], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:44:15.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:44:15.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T05:44:15.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:44:15.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:44:15.558Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:44:15.558Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:44:15.558Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:44:15.558Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:15.558Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:15.558Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550255558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:44:16.579Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:44:16.579Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:44:16.579Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:16.579Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:16.579Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:16.579Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:17.580Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:17.580Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:17.581Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:17.581Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:18.583Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:18.583Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:18.583Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:18.583Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:19.584Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:19.584Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:19.584Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:19.584Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:20.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:20.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:20.585Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:20.586Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:21.586Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:21.587Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:21.587Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:21.587Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:22.588Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:22.588Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:22.588Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:22.589Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:23.589Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:23.590Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:23.590Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:23.590Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:24.591Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:44:24.591Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:44:24.591Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T05:44:24.592Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:44:24.592Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:44:24.621Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:44:24.622Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:44:24.622Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:44:24.622Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:24.622Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:44:24.623Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:24.915Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:44:24.917Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T05:44:24.918Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:44:24.918Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:24.918Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:44:24.918Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:24.918Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:24.918Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550264918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:25.919Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:44:25.919Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:44:25.920Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:25.920Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:25.920Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:25.921Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.007Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6068978840158329486/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T05:44:26.661Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:44:26.662Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:44:26.662Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.662Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:44:26.663Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.663Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.663Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.663Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.663Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.664Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.664Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:44:26.664Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:44:26.664Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:44:26.666Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:44:26.666Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:44:26.669Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:44:26.669Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:44:26.669Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:44:26.669Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:44:26.669Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:44:26.669Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:44:26.670Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:44:26.671Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:44:26.671Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T05:44:26.707Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T05:44:26.707Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:44:26.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T05:44:26.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:44:26.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:26.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:26.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550266707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:27.709Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:44:27.709Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T05:44:27.709Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:44:27.710Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:27.710Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:27.710Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550267709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:44:28.711Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:44:28.722Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:44:28.724Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:44:28.725Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:44:28.725Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:44:28.725Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:44:28.725Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:44:28.725Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:44:28.725Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:44:28.726Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:44:28.726Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:44:28.731Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:44:58.731Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:44:58.738Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T05:44:58.738Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T05:44:58.739Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T05:44:58.746Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:44:58.761Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T05:44:58.762Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T05:44:58.769Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:44:58.893Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T05:44:58.893Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:44:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[192664], x-aai-txid=[0-aai-resources-230323-05:44:58:431-37697], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:44:58.893Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:44:58.894Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:44:58.894Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:44:58.906Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:44:58.906Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:44:58.906Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:44:58.906Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:58.907Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:58.907Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550298906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:44:59.925Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:44:59.925Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:44:59.926Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:44:59.926Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:44:59.926Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:44:59.926Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:00.927Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:00.927Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:00.927Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:00.927Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:01.928Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:01.928Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:01.928Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:01.928Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:02.929Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:02.929Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:02.929Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:02.929Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550255558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550264918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550266707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550267709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550298906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:45:03.767Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:45:03.930Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:03.930Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:03.930Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:03.930Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:04.931Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:04.931Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:04.931Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:04.931Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:05.932Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:05.933Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:05.933Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:05.933Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:06.934Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:06.934Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:06.934Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:06.934Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:07.935Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:45:07.935Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:45:07.936Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T05:45:07.936Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:45:07.936Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:45:07.960Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:45:07.960Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:45:07.960Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:45:07.961Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:07.961Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:45:07.961Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:08.260Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:45:08.262Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T05:45:08.263Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:45:08.263Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:08.263Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:45:08.263Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:08.263Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:08.263Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550308263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:09.264Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:45:09.265Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:45:09.265Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.267Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.267Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.268Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.369Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13703620473927012985/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T05:45:09.942Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:45:09.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:45:09.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T05:45:09.978Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T05:45:09.978Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:45:09.978Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T05:45:09.978Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:45:09.978Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:09.978Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:09.978Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550309978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:10.979Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:45:10.979Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T05:45:10.979Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:45:10.980Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:10.980Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:10.980Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550310979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:11.981Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:45:11.993Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:11.995Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:45:12.002Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:45:42.003Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:45:42.009Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T05:45:42.009Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T05:45:42.009Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T05:45:42.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:45:42.033Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?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-23T05:45:42.034Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T05:45:42.042Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:45:42.199Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:45:42.200Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:45:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[504016], x-aai-txid=[2-aai-resources-230323-05:45:41:703-18753], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:45:42.200Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:45:42.200Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:45:42.200Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:45:42.212Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:45:42.213Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:45:42.213Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:45:42.213Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:42.213Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:42.213Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550342213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:45:43.236Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:45:43.236Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:45:43.236Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:43.237Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:43.237Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:43.237Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:44.238Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:44.238Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:44.239Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:44.239Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:45.240Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:45.240Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:45.240Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:45.241Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:46.241Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:46.242Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:46.242Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:46.242Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:47.243Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:47.243Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:47.244Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:47.244Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:48.245Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:48.245Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:48.246Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:48.246Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:49.246Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:49.247Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:49.247Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:49.247Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:50.256Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:50.257Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:50.257Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:50.257Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:51.258Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:51.258Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:51.258Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:51.259Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:45:52.259Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:45:52.260Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:52.260Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:52.260Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:53.261Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:45:53.262Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:45:53.262Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T05:45:53.262Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:45:53.263Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:45:53.295Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:45:53.296Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:45:53.296Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:45:53.296Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T05:45:53.296Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:45:53.296Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:54.002Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:45:54.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T05:45:54.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:54.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:54.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:45:54.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:54.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:54.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550354009,
  "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-23T05:45:55.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:45:55.012Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:45:55.012Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:45:55.012Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T05:45:55.013Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:45:55.013Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:45:55.098Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2258076636624250984/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T05:45:56.006Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.007Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:45:56.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:45:56.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.008Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.009Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.010Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:45:56.011Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.012Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T05:45:56.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T05:45:56.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:56.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T05:45:56.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:45:56.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:56.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:56.049Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550356049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:57.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:57.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T05:45:57.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:45:57.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:45:57.050Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:45:57.051Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550357050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:45:58.052Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:45:58.066Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:45:58.068Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:45:58.068Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:45:58.068Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:45:58.068Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:45:58.069Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:58.069Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:58.069Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:58.069Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:45:58.069Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:45:58.072Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:46:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:46:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:46:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:46:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:46:28.072Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:46:28.081Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T05:46:28.081Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T05:46:28.081Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T05:46:28.086Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:46:28.100Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?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-23T05:46:28.100Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T05:46:28.108Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:46:28.247Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T05:46:28.247Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:46:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[397496], x-aai-txid=[2-aai-resources-230323-05:46:27:770-64939], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:46:28.247Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:46:28.248Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:46:28.248Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:46:28.261Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:46:28.261Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:46:28.262Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:46:28.262Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:28.262Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:28.262Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550388262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:46:29.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:46:29.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:46:29.286Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:29.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:29.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:29.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:46:30.287Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:30.288Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:30.288Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:30.288Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:46:31.288Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:31.289Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:31.289Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:31.289Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:46:32.289Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:32.290Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:32.290Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:32.290Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:46:33.291Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:33.291Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:33.291Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:33.291Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:46:34.293Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:34.293Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:34.293Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:34.293Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:46:35.295Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:35.295Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:35.295Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:35.295Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:46:36.296Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:46:36.297Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:36.297Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:36.297Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:46:37.298Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:46:37.298Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:46:37.298Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T05:46:37.298Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:46:37.298Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:46:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:46:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:46:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:46:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T05:46:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:46:37.327Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:46:37.352Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70a892af
2023-03-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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 ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:37.353Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550397353,
  "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-23T05:46:38.354Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T05:46:38.387Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T05:46:38.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:46:38.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T05:46:38.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:46:38.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:38.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:38.388Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550398388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:46:39.389Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:46:39.389Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T05:46:39.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:46:39.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:46:39.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:46:39.390Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550399389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:46:40.391Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:46:40.406Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:46:40.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:46:40.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:46:40.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:46:40.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:46:40.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:46:40.410Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:46:40.411Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:46:40.411Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:46:40.411Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:46:40.420Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:47:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:47:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:47:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:47:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550308263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550309978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550310979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550342213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550354009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550356049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T05:47:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:47:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550357050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T05:47:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:47:10.421Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:47:10.430Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T05:47:10.430Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T05:47:10.430Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T05:47:10.437Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:47:10.453Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T05:47:10.453Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0334d983-9c5a-4558-977f-f2c5734942c0], X-ECOMP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-TransactionId=[], X-ONAP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], Content-Type=[application/merge-patch+json]}
2023-03-23T05:47:10.462Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:47:10.593Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:47:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[200848], x-aai-txid=[2-aai-resources-230323-05:47:10:124-98155], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:47:10.593Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:47:10.594Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T05:47:10.594Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:47:10.594Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:47:10.606Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:47:10.606Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:47:10.606Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:47:10.607Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:10.607Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:10.607Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550430606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:47:11.627Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:47:11.627Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:47:11.627Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:11.628Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:11.628Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:11.628Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:12.629Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:12.629Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:12.629Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:12.629Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:13.630Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:13.630Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:13.630Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:13.631Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:14.631Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:14.631Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:14.632Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:14.632Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:15.633Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:15.633Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:15.633Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:15.633Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:16.634Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:16.634Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:16.634Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:16.635Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:17.635Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:17.635Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:17.635Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:17.635Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:18.636Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:18.636Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:18.637Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:18.637Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:19.637Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:19.638Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:19.638Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:19.638Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:47:20.638Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:47:20.639Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:47:20.639Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T05:47:20.639Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:47:20.639Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:47:20.665Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:47:20.666Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:47:20.666Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:47:20.666Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:47:20.666Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:47:20.666Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:20.689Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:47:20.689Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5cc95898
2023-03-23T05:47:20.689Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:47:20.690Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:20.690Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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 90f56e1c-8043-40b3-b9a9-6591f190a9d0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:47:20.690Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:20.690Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:20.691Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:47:20.691Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:20.691Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:20.691Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550440690,
  "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-23T05:47:21.692Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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:90f56e1c-8043-40b3-b9a9-6591f190a9d0)
Error message 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-23T05:47:21.729Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists
2023-03-23T05:47:21.730Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:21.730Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists)
2023-03-23T05:47:21.730Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:47:21.731Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:21.731Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:21.731Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550441730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:47:22.732Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:22.732Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists)
2023-03-23T05:47:22.732Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:47:22.733Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:22.733Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:22.733Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550442732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:47:23.734Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:47:23.751Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:47:23.754Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:47:23.755Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:23.762Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:47:53.763Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:47:53.770Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T05:47:53.771Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T05:47:53.771Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T05:47:53.778Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:47:53.794Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T05:47:53.794Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cf4ad48-1ef8-488c-9385-6be8d4e19d73], X-ECOMP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-TransactionId=[], X-ONAP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], Content-Type=[application/merge-patch+json]}
2023-03-23T05:47:53.801Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:47:54.026Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:47:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[220], vertex-id=[569552], x-aai-txid=[0-aai-resources-230323-05:47:53:464-97882], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:47:54.026Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:47:54.027Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T05:47:54.027Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:47:54.027Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:54.041Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T05:47:54.041Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:47:54.041Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:47:54.041Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:54.041Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:54.041Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550474041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:47:55.058Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:47:55.058Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c1fae859-1175-44ff-94dc-4ecae49990f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b0c3cf6-6afb-4373-bb43-bcc0d830183e","serviceDescription":"service","serviceInvariantUUID":"ccb8adf6-2f28-4864-b729-dba8023d01d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8b7076-4cff-4a16-af33-57da4eb5215f","resourceInvariantUUID":"df784b87-4398-4e68-b2e8-18e060d17119","resourceCustomizationUUID":"fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa","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":"NmRlNDkyODllZTBjOTlkMzUyMTFkZjI4ZGMyMzYwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"612042bf-d3b2-4f3e-8761-72b39d309ea1","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":"8dcfd60b-e0de-4f00-a42f-c7868f6f846e","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":"390688d4-ec99-4028-b223-0cff2a768eee","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":"NTljMDY3M2QwM2Y4NjMzNDg4MjYyZGZjMWRhYmZmOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab3017fa-4416-40ab-ac82-18e097c73318","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":"579871ac-11b6-467f-adea-4bddc05804d8","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":"4eacfb41-8e1a-42f8-8b12-7a89c75177a7","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":"f52aca65-9566-43f9-8f42-851c872704bb","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":"YzdlNDI4YTUzMzQ0YmMxYzlhZTc3ZjZhZjY3NDA2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36beacfc-fbaa-4c13-8d6f-c20e2ca5988e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd5b275-36f3-45f8-9c67-e435d19b18e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:47:55.059Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:55.059Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:55.059Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:55.059Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:56.061Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:56.061Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:56.061Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:56.061Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:57.062Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:57.063Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:57.063Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:57.063Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:58.065Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:58.065Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:58.065Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:58.065Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:47:59.067Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:47:59.067Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:47:59.067Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:47:59.067Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:00.069Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:00.069Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:00.070Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:00.070Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:01.071Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:01.072Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:01.072Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:01.072Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:02.073Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:02.074Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:02.074Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:02.074Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:03.075Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:03.075Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:03.075Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:03.075Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:48:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:48:03.753Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version86: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version87: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T05:48:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:48:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:48:03.777Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:48:03.778Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:48:03.795Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:48:03.796Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:48:03.796Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:48:03.801Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:48:03.801Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:48:03.802Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:48:03.802Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1515, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:48:03.802Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:48:03.802Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:48:04.077Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b0c3cf6-6afb-4373-bb43-bcc0d830183e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccb8adf6-2f28-4864-b729-dba8023d01d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8b7076-4cff-4a16-af33-57da4eb5215f",
      "resourceInvariantUUID": "df784b87-4398-4e68-b2e8-18e060d17119",
      "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": "M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1dd5b275-36f3-45f8-9c67-e435d19b18e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:48:04.077Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:48:04.077Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC
2023-03-23T05:48:04.077Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c1fae859-1175-44ff-94dc-4ecae49990f7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
ServiceInvariantUUID:ccb8adf6-2f28-4864-b729-dba8023d01d2
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:1dd5b275-36f3-45f8-9c67-e435d19b18e0
ArtifactChecksum:M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
ResourceInvariantUUID:df784b87-4398-4e68-b2e8-18e060d17119
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4f8b7076-4cff-4a16-af33-57da4eb5215f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:48:04.078Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:48:04.114Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:48:04.115Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:48:04.115Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:48:04.115Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:48:04.115Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:48:04.116Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:04.136Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:48:04.136Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b34eab3
2023-03-23T05:48:04.136Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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 1dd5b275-36f3-45f8-9c67-e435d19b18e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:04.137Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550484137,
  "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-23T05:48:04.822Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.822Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550388262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:48:04.823Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.823Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.823Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.823Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.823Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.824Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:48:04.824Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.824Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.824Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:48:04.824Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.825Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.825Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.825Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.825Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.825Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:48:04.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.837Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.846Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550397353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550398388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T05:48:04.850Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550399389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550430606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.851Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.852Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.853Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550440690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550441730,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
}
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550442732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
}
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550474041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:48:04.854Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.855Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.856Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:48:04.857Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:04.857Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:48:04.857Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550484137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:48:04.857Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:48:05.138Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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:1dd5b275-36f3-45f8-9c67-e435d19b18e0)
Error message 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-23T05:48:05.179Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists
2023-03-23T05:48:05.179Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists)
2023-03-23T05:48:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:48:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:05.180Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550485179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:48:06.181Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:06.181Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists)
2023-03-23T05:48:06.181Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:48:06.181Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:06.182Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:06.182Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550486181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:48:07.182Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:48:07.197Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:48:07.200Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:48:07.201Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:07.206Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:48:37.206Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:48:37.217Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and serviceModelVersionId: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T05:48:37.217Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb8adf6-2f28-4864-b729-dba8023d01d2
2023-03-23T05:48:37.218Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0
2023-03-23T05:48:37.225Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:48:37.243Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||Invoke
2023-03-23T05:48:37.243Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2532496a-01ff-415e-8efe-a98e5f6839a1], X-ECOMP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-TransactionId=[], X-ONAP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], Content-Type=[application/merge-patch+json]}
2023-03-23T05:48:37.249Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:48:37.410Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:48:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[209040], x-aai-txid=[1-aai-resources-230323-05:48:36:912-43653], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:48:37.410Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:48:37.411Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:48:37.411Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:48:37.411Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:37.419Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T05:48:37.419Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1fae859-1175-44ff-94dc-4ecae49990f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:48:37.419Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:48:37.419Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:37.419Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:37.419Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550517419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:48:38.442Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:48:38.442Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"7661c0f8-ce92-44a0-a937-6c1f611f07fe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a2c88ed9-3e16-4cc9-92d2-8c817dcb7504","serviceDescription":"service","serviceInvariantUUID":"ec311991-52c3-4584-a90d-e9bfe01bf37a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"859ad0b6-562a-41f3-8ec7-fb5586e8faba","resourceInvariantUUID":"2a627966-975d-4ac2-a8fd-193508a5831c","resourceCustomizationUUID":"b50e770c-2da2-4937-a16d-b1562e4dafc7","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":"NmY0Nzc3ZDdmODYxN2RlNmIxNzUzMzFlODg3Y2Y2OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e23cf2af-cb1a-4cb0-8928-ed90c29031d4","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":"c03ec116-ff1f-445f-b60e-e4beab9ca5b4","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":"9edbd52b-4ba9-460c-866a-9d60511e929a","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":"MGI0NDllZjI1NWYwYTMwNmQyOTcyYTc3Y2JlMzk3NmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a80b717b-1987-4e1d-93c9-b079b076a4ef","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":"94063ff9-442e-4faa-8057-274adc4f2a08","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":"ec9f984c-0cf3-4678-a586-0b77c0109d3e","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":"742a1837-6f3b-4e2a-a561-7c38d87f691d","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":"MGYxMWU4YTU1OThjMWQwYzk3MTY2NTRlMTNjOTYwZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9228678-b704-4e95-b24c-faf010545f6d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c787c972-a026-47e0-b044-48098cfa7982","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:48:38.443Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:38.443Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:38.443Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:38.443Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:39.444Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:39.445Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:39.445Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:39.445Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:40.445Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:40.446Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:40.446Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:40.446Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:41.447Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:41.447Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:41.447Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:41.447Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:42.448Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:42.448Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:42.448Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:42.448Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:43.449Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:43.449Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:43.449Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:43.450Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:44.450Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:44.451Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:44.451Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:44.451Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:45.452Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:45.452Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:45.452Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:45.453Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "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-23T05:48:46.453Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:48:46.454Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:46.454Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:46.454Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:48:47.455Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2c88ed9-3e16-4cc9-92d2-8c817dcb7504",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec311991-52c3-4584-a90d-e9bfe01bf37a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b50e770c-2da2-4937-a16d-b1562e4dafc7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "859ad0b6-562a-41f3-8ec7-fb5586e8faba",
      "resourceInvariantUUID": "2a627966-975d-4ac2-a8fd-193508a5831c",
      "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": "NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c787c972-a026-47e0-b044-48098cfa7982"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:48:47.455Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:48:47.456Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC
2023-03-23T05:48:47.456Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7661c0f8-ce92-44a0-a937-6c1f611f07fe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
ServiceInvariantUUID:ec311991-52c3-4584-a90d-e9bfe01bf37a
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:c787c972-a026-47e0-b044-48098cfa7982
ArtifactChecksum:NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b50e770c-2da2-4937-a16d-b1562e4dafc7
ResourceInvariantUUID:2a627966-975d-4ac2-a8fd-193508a5831c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:859ad0b6-562a-41f3-8ec7-fb5586e8faba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:48:47.456Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T05:48:47.488Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:48:47.489Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:48:47.489Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:48:47.489Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c787c972-a026-47e0-b044-48098cfa7982 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T05:48:47.489Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:48:47.489Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@726a7343
2023-03-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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 c787c972-a026-47e0-b044-48098cfa7982 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:48:47.507Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:47.508Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:47.508Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550527507,
  "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-23T05:48:48.508Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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:c787c972-a026-47e0-b044-48098cfa7982)
Error message 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-23T05:48:48.532Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:48.533Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 859ad0b6-562a-41f3-8ec7-fb5586e8faba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T05:48:48.544Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-23T05:48:48.563Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba test-pnf
2023-03-23T05:48:48.563Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T05:48:48.563Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T05:48:48.563Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba 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-23T05:48:48.572Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T05:48:48.588Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T05:48:48.596Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 859ad0b6-562a-41f3-8ec7-fb5586e8faba 0 ASDC deployResourceStructure
2023-03-23T05:48:48.596Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T05:48:48.597Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:48.597Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:48.597Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:48:48.597Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:48:48.597Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:48:48.597Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550528596,
  "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-23T05:48:49.598Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:48:49.615Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:48:49.618Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:48:49.619Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:48:49.619Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:48:49.619Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:48:49.619Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:48:49.619Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:48:49.619Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:48:49.620Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-23T05:48:49.620Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:48:49.627Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:49:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:49:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:49:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550485179,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
}
2023-03-23T05:49:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:49:19.627Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:49:19.637Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and serviceModelVersionId: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T05:49:19.638Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec311991-52c3-4584-a90d-e9bfe01bf37a
2023-03-23T05:49:19.638Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0
2023-03-23T05:49:19.646Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:49:19.666Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||Invoke
2023-03-23T05:49:19.667Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7661c0f8-ce92-44a0-a937-6c1f611f07fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c4d6765-c6e3-40f0-a9a6-4ae5c747b175], X-ECOMP-RequestID=[7661c0f8-ce92-44a0-a937-6c1f611f07fe], X-TransactionId=[], X-ONAP-RequestID=[7661c0f8-ce92-44a0-a937-6c1f611f07fe], Content-Type=[application/merge-patch+json]}
2023-03-23T05:49:19.674Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:49:19.824Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:49:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[434360], x-aai-txid=[2-aai-resources-230323-05:49:19:337-28467], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:49:19.824Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:49:19.825Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||InvokeReturn
2023-03-23T05:49:19.825Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:49:19.825Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:49:19.837Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T05:49:19.837Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7661c0f8-ce92-44a0-a937-6c1f611f07fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-23T05:49:19.837Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:49:19.837Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:49:19.837Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:49:19.837Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550559837,
  "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-23T05:49:20.859Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T05:49:20.861Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T05:49:20.862Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 0 disconnected.
2023-03-23T05:49:20.862Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 2 disconnected.
2023-03-23T05:49:20.863Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:49:20.863Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:49:20.863Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:49:20.864Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:49:20.867Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:49:20.870Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-2bdfe7c6-7760-4e86-b257-0d74a05b9b93
2023-03-23T05:49:20.870Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:49:20.871Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T05:49:22.138Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:25.148Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:28.157Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:31.166Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:34.176Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:37.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:40.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:43.204Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:46.213Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:49.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:52.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:55.240Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:49:58.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:50:01.261Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:50:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:03.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:50:03.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:50:03.775Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:50:03.775Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-2bdfe7c6-7760-4e86-b257-0d74a05b9b93', protocol='range'}
2023-03-23T05:50:03.780Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:50:03.780Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:50:03.781Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:50:03.781Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:50:03.781Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:50:03.781Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T05:50:03.782Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-2bdfe7c6-7760-4e86-b257-0d74a05b9b93=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:50:03.797Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-2bdfe7c6-7760-4e86-b257-0d74a05b9b93', protocol='range'}
2023-03-23T05:50:03.797Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:50:03.798Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:50:03.798Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:50:03.799Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:50:03.799Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:50:03.804Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:50:03.804Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:50:03.804Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:50:03.805Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:50:03.805Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:50:03.805Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:50:03.805Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:50:03.805Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:50:03.805Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:50:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1552, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:50:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:50:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:50:04.826Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.827Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550486181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
}
2023-03-23T05:50:04.827Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.827Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.827Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550517419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.828Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.829Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679549799281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.830Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550527507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:50:04.831Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.831Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.831Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550528596,
  "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-23T05:50:04.831Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.831Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.831Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550559837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-23T05:50:04.831Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:50:04.848Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:50:04.848Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:50:04.850Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:50:04.850Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:04.850Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:04.850Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:05.850Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:50:05.851Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:05.851Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:05.851Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:06.851Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:50:06.851Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:06.851Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:06.851Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:07.852Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:50:07.852Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:07.852Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:07.853Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:08.853Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:50:08.854Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:08.854Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:08.854Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:09.855Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:50:09.856Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:09.856Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:09.856Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:10.857Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:50:10.857Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:10.857Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:10.857Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:11.858Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:50:11.859Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:50:11.859Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T05:50:11.859Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:50:11.859Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:50:11.889Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:50:11.890Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:50:11.890Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:50:11.890Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:50:11.890Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:50:11.891Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T05:50:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:50:11.921Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@84509a5
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:11.922Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:11.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550611922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:12.923Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T05:50:12.946Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:50:12.947Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:50:12.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T05:50:12.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T05:50:12.953Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:50:12.953Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:50:12.953Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T05:50:12.971Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:50:12.971Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a25dfa6
2023-03-23T05:50:12.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:50:12.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T05:50:12.972Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:50:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T05:50:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T05:50:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:50:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:50:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:50:12.973Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550612973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:50:13.974Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T05:50:13.975Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:50:13.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:50:13.997Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:50:13.998Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:50:43.998Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:50:44.012Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:50:44.014Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:50:44.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:51:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:51:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:51:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:51:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:51:14.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:51:14.034Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:51:14.037Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:51:14.037Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:51:44.037Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:51:44.058Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:51:44.061Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:51:44.061Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:52:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:52:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:52:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550611922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550612973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:52:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:52:14.062Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:52:14.078Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:52:14.081Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:52:14.082Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:52:44.082Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:52:44.100Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:52:44.103Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:52:44.103Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:53:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:53:14.104Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:53:14.121Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:53:14.125Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:53:14.125Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:53:44.125Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:53:44.140Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:53:44.143Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:53:44.143Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:54:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:54:14.143Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:54:14.161Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:54:14.163Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:54:14.163Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:54:44.164Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:54:44.183Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:54:44.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T05:54:44.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T05:55:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:55:04.868Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T05:55:04.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-2bdfe7c6-7760-4e86-b257-0d74a05b9b93 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-23T05:55:04.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T05:55:04.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T05:55:07.344Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T05:55:07.360Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:55:07.361Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T05:55:07.366Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:55:07.367Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T05:55:07.384Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T05:55:07.385Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:55:07.385Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T05:55:07.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:55:07.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:55:07.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:55:07.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1575, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T05:55:07.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T05:55:07.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T05:55:14.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T05:55:14.187Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:55:14.196Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T05:55:14.196Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T05:55:14.197Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T05:55:14.205Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:55:14.226Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T05:55:14.227Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T05:55:14.235Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T05:55:14.268Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T05:55:14.268Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 05:55:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[28], x-aai-txid=[2-aai-resources-230323-05:55:13:899-87247], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:55:14.269Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T05:55:14.274Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:55:14.274Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T05:55:14.275Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:55:14.275Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T05:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T05:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T05:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:14.290Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550914290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:55:14.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:55:14.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550914290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T05:55:14.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T05:55:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:55:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:55:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:15.311Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:55:16.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:16.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:16.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:16.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:55:17.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:55:17.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:55:17.313Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T05:55:17.314Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T05:55:17.314Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:55:17.337Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:55:17.337Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:55:17.338Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:55:17.338Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T05:55:17.338Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:55:17.338Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:17.366Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:55:17.366Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@67070503
2023-03-23T05:55:17.366Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:55:17.366Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:17.366Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:55:17.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:17.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:17.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:55:17.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:17.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:17.367Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550917367,
  "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-23T05:55:18.368Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T05:55:18.407Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T05:55:18.407Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:18.407Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T05:55:18.407Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:55:18.408Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:18.408Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:18.408Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:55:19.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:19.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T05:55:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:55:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550919409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:55:20.412Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:55:20.432Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:55:20.436Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:20.444Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:55:50.444Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:55:50.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T05:55:50.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T05:55:50.455Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T05:55:50.462Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:55:50.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T05:55:50.484Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36e547c5-12db-4ce6-a9ad-8e1da49400bd], X-ECOMP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-TransactionId=[], X-ONAP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], Content-Type=[application/merge-patch+json]}
2023-03-23T05:55:50.492Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:55:50.632Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:55:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[180264], x-aai-txid=[2-aai-resources-230323-05:55:50:157-66171], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:55:50.633Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:55:50.633Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T05:55:50.634Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:55:50.634Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:50.642Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T05:55:50.643Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:55:50.643Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:55:50.643Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:50.643Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:50.643Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550950643,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:55:51.661Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:55:51.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:55:51.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:51.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:51.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:51.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:55:52.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:52.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:52.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:52.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:55:53.664Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:53.664Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:53.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:53.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:55:54.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:54.666Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:54.666Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:54.666Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:55:55.666Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:55.667Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:55.667Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:55.667Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:55:56.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:56.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:56.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:56.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:55:57.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:55:57.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:57.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:57.670Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:55:58.671Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:55:58.671Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:55:58.671Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T05:55:58.671Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:55:58.672Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:55:58.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:55:58.704Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:55:58.704Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:55:58.704Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T05:55:58.704Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:55:58.705Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:55:58.734Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:55:58.734Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@13e08322
2023-03-23T05:55:58.734Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:55:58.734Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:55:58.735Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:55:58.735Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:55:58.735Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:55:58.735Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:55:58.736Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:58.736Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:58.736Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550958735,
  "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-23T05:55:59.737Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T05:55:59.780Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T05:55:59.780Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:55:59.780Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T05:55:59.781Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:55:59.781Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:55:59.781Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:55:59.781Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550959780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:00.782Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:56:00.782Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T05:56:00.782Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:56:00.783Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:00.783Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:00.783Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550960782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:01.783Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:56:01.801Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:56:01.805Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:56:01.805Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:56:01.805Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:56:01.805Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:56:01.805Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:01.805Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:01.806Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:01.806Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:01.806Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:56:01.813Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:56:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:56:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:56:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550917367,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:56:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.760Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550918407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T05:56:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550919409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T05:56:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.761Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550950643,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:56:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:56:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T05:56:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T05:56:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:56:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T05:56:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:56:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:56:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550958735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T05:56:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550959780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T05:56:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T05:56:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550960782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T05:56:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:56:31.813Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:56:31.823Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T05:56:31.823Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T05:56:31.824Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T05:56:31.832Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:56:31.854Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T05:56:31.854Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[364963e9-0b42-4a9c-b744-e04c5b43e9dd], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T05:56:31.864Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:56:32.010Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:56:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[471248], x-aai-txid=[1-aai-resources-230323-05:56:31:530-96787], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:56:32.010Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:56:32.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T05:56:32.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:56:32.011Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:56:32.023Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T05:56:32.024Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:56:32.024Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:56:32.024Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:32.025Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:32.025Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550992024,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:56:33.047Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:56:33.048Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:56:33.048Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:33.048Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:33.049Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:33.049Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:34.050Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:34.051Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:34.051Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:34.051Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:35.053Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:35.053Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:35.053Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:35.054Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:36.054Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:36.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:36.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:36.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:37.055Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:37.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:37.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:37.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:38.056Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:38.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:38.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:38.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:39.057Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:39.058Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:39.058Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:39.058Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:40.059Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:56:40.059Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:40.059Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:40.059Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:41.060Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:56:41.060Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:56:41.060Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T05:56:41.061Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:56:41.061Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:56:41.095Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:56:41.095Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:56:41.095Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:56:41.095Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:41.095Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:56:41.096Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:41.435Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:56:41.437Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T05:56:41.437Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:56:41.437Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:41.437Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:56:41.437Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:41.438Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:41.438Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551001437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:42.439Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:56:42.439Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:56:42.440Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:42.440Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:42.441Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:42.441Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:42.515Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2504561724152628252/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T05:56:43.142Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:56:43.142Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:56:43.142Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.142Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:56:43.142Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.142Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:56:43.143Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:56:43.144Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:56:43.145Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:56:43.145Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:56:43.145Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T05:56:43.184Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T05:56:43.185Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:56:43.185Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T05:56:43.185Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:56:43.185Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:43.185Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:43.185Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551003185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:44.186Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T05:56:44.187Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T05:56:44.187Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:56:44.187Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:56:44.187Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:56:44.187Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551004186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:56:45.188Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:56:45.203Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:56:45.206Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:56:45.206Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:56:45.206Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:56:45.206Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:56:45.206Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:45.207Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:45.207Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:45.207Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:56:45.207Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:56:45.214Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:57:03.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:03.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550992024,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551001437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:57:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551003185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T05:57:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:03.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:57:03.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551004186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T05:57:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:57:15.214Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:57:15.220Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T05:57:15.221Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T05:57:15.221Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T05:57:15.229Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:57:15.245Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?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-23T05:57:15.245Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T05:57:15.253Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:57:15.405Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T05:57:15.406Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:57:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[479440], x-aai-txid=[0-aai-resources-230323-05:57:14:918-63732], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:57:15.406Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:57:15.406Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:57:15.406Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:57:15.419Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T05:57:15.419Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:57:15.419Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:57:15.419Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:15.419Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:15.420Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551035419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:57:16.440Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:57:16.440Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:57:16.441Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:16.441Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:16.441Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:16.441Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:17.442Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:17.442Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:17.442Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:17.442Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:18.443Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:18.443Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:18.443Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:18.443Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:19.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:19.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:19.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:19.444Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:20.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:20.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:20.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:20.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:21.445Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:21.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:21.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:21.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:22.446Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:22.447Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:22.447Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:22.447Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:23.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:23.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:23.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:23.448Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:24.449Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:57:24.449Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:57:24.449Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T05:57:24.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:57:24.450Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:57:24.485Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:57:24.485Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:57:24.486Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:57:24.486Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:24.486Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:57:24.486Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:24.814Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:57:24.816Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T05:57:24.817Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:57:24.817Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:24.817Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:57:24.817Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:24.817Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:24.817Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551044817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:25.818Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:57:25.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:57:25.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:25.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:25.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:25.820Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:25.902Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10132817202299300978/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T05:57:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:57:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:57:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:57:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T05:57:26.542Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T05:57:26.543Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:57:26.543Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T05:57:26.543Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:57:26.543Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:26.543Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:26.544Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551046543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:27.545Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T05:57:27.546Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T05:57:27.546Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:57:27.546Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:27.546Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:27.546Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551047545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:57:28.547Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:57:28.568Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:57:28.572Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:57:28.582Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:57:58.583Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:57:58.593Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T05:57:58.593Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T05:57:58.594Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T05:57:58.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:57:58.619Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T05:57:58.620Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd186be3-193a-417f-a690-3e5ba0dc2d0f], X-ECOMP-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], X-TransactionId=[], X-ONAP-RequestID=[8048160c-0dbb-425b-93be-4598cae89654], Content-Type=[application/merge-patch+json]}
2023-03-23T05:57:58.637Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:57:58.776Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:57:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[192664], x-aai-txid=[1-aai-resources-230323-05:57:58:302-55184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:57:58.777Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:57:58.777Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T05:57:58.778Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:57:58.778Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:57:58.792Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T05:57:58.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:57:58.793Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:57:58.793Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:58.793Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:58.793Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551078793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:57:59.812Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:57:59.813Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:57:59.813Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:57:59.813Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:57:59.813Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:57:59.813Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:00.814Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:00.814Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:00.814Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:00.814Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:01.816Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:01.816Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:01.816Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:01.817Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:02.818Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:02.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:02.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:02.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:03.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:03.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.759Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551035419,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:58:03.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551044817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551046543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551047545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551078793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:58:03.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:58:03.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:58:03.819Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:03.820Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:03.820Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:03.820Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:04.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:04.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:04.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:04.821Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:05.822Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:05.822Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:05.822Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:05.823Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:06.823Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:06.823Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:06.823Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:06.823Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:07.824Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:58:07.824Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:58:07.824Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T05:58:07.825Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T05:58:07.825Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:58:07.857Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:58:07.857Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:58:07.858Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:58:07.858Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:07.858Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:58:07.858Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:08.138Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:58:08.140Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T05:58:08.140Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:58:08.141Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:08.141Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:58:08.141Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:08.141Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:08.141Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551088140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:09.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:58:09.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:58:09.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.143Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.143Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.217Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14510409783968599962/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T05:58:09.792Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:58:09.792Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:58:09.792Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:58:09.793Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T05:58:09.794Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T05:58:09.838Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T05:58:09.838Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:58:09.838Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T05:58:09.838Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:58:09.838Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:09.838Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:09.838Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551089838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:10.839Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T05:58:10.839Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T05:58:10.839Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:58:10.840Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:10.840Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:10.840Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551090839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:11.841Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:58:11.860Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:58:11.864Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:58:11.864Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:58:11.864Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:58:11.864Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:58:11.864Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:11.864Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:11.865Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:11.865Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:11.865Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:58:11.874Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:58:41.874Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:58:41.883Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T05:58:41.884Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T05:58:41.884Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T05:58:41.892Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:58:41.906Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T05:58:41.906Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[741a7175-b32e-4866-8e28-85701be35c15], X-ECOMP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-TransactionId=[], X-ONAP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], Content-Type=[application/merge-patch+json]}
2023-03-23T05:58:41.913Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:58:42.056Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:58:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[504016], x-aai-txid=[2-aai-resources-230323-05:58:41:579-94010], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:58:42.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:58:42.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T05:58:42.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:58:42.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:58:42.068Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T05:58:42.068Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:58:42.068Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:58:42.068Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:42.068Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:42.068Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551122068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:58:43.092Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:58:43.092Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:58:43.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:43.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:43.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:43.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:44.095Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:44.095Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:44.095Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:44.095Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:45.096Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:45.097Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:45.097Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:45.097Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:46.098Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:46.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:46.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:46.099Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:47.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:47.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:47.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:47.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:48.100Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:48.101Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:48.101Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:48.101Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:49.102Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:49.102Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:49.102Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:49.102Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:50.103Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:50.105Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:50.105Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:50.105Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:51.106Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:51.106Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:51.106Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:51.106Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:58:52.107Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:58:52.108Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:52.108Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:52.108Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:53.109Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:58:53.110Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:58:53.110Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T05:58:53.110Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:58:53.110Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:58:53.143Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:58:53.144Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:58:53.144Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:58:53.145Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T05:58:53.145Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:58:53.145Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:53.513Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-23T05:58:53.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T05:58:53.519Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:53.519Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:53.519Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T05:58:53.519Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:53.520Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:53.520Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551133519,
  "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-23T05:58:54.520Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:58:54.521Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:58:54.522Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:58:54.522Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T05:58:54.523Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:58:54.523Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:58:54.656Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4512592315127017776/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T05:58:55.477Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.481Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:58:55.482Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T05:58:55.523Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T05:58:55.523Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:55.523Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T05:58:55.523Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:58:55.524Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:55.524Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:55.524Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551135523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:56.524Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:56.525Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T05:58:56.525Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:58:56.525Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:58:56.525Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:58:56.525Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551136524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:58:57.526Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:58:57.540Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:58:57.543Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:58:57.544Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:58:57.552Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T05:59:03.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:59:03.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T05:59:03.754Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T05:59:03.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T05:59:27.553Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T05:59:27.561Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T05:59:27.562Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T05:59:27.562Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T05:59:27.570Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T05:59:27.594Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T05:59:27.594Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e461c96-35a1-4495-9217-0ecbd2200029], X-ECOMP-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], X-TransactionId=[], X-ONAP-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], Content-Type=[application/merge-patch+json]}
2023-03-23T05:59:27.602Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T05:59:27.760Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 05:59:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[397496], x-aai-txid=[2-aai-resources-230323-05:59:27:268-18052], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T05:59:27.760Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T05:59:27.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T05:59:27.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T05:59:27.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:59:27.769Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T05:59:27.769Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T05:59:27.770Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T05:59:27.770Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:27.770Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:27.770Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551167770,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:59:28.785Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T05:59:28.785Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T05:59:28.786Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:28.786Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:28.786Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:28.786Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:59:29.786Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:29.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:29.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:29.787Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:59:30.788Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:30.788Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:30.789Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:30.789Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:59:31.789Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:31.790Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:31.790Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:31.790Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:59:32.791Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:32.791Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:32.791Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:32.791Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:59:33.792Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:33.792Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:33.792Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:33.793Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:59:34.793Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:34.794Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:34.794Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:34.794Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T05:59:35.795Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T05:59:35.796Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:35.796Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:35.796Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:59:36.797Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T05:59:36.798Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T05:59:36.798Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T05:59:36.798Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T05:59:36.798Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T05:59:36.820Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T05:59:36.821Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:59:36.821Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T05:59:36.821Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T05:59:36.821Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T05:59:36.821Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:59:36.845Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59b8dbc4
2023-03-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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 ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:36.846Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:36.847Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551176846,
  "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-23T05:59:37.847Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T05:59:37.890Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T05:59:37.890Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:59:37.890Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T05:59:37.890Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:59:37.890Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:37.890Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:37.891Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551177890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:59:38.891Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:59:38.892Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T05:59:38.892Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T05:59:38.892Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T05:59:38.892Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T05:59:38.892Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551178891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T05:59:39.893Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:59:39.914Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T05:59:39.917Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T05:59:39.917Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T05:59:39.917Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T05:59:39.917Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T05:59:39.917Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:59:39.918Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:59:39.918Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:59:39.918Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T05:59:39.918Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T05:59:39.923Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:00:03.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:00:03.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.754Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551088140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551089838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551090839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.757Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551122068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:00:03.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.757Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:00:03.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.758Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:00:03.758Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.758Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:00:03.758Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.759Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:00:03.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.759Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T06:00:03.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T06:00:03.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T06:00:03.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:00:03.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:00:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:00:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551133519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:00:03.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551135523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T06:00:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:03.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:00:03.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551136524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T06:00:03.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:00:09.923Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:00:09.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T06:00:09.934Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T06:00:09.934Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T06:00:09.942Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:00:09.960Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T06:00:09.961Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[694f0a88-94c1-4c44-adac-7fa0caa13130], X-ECOMP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], X-TransactionId=[], X-ONAP-RequestID=[f7c3e25c-8faa-46d1-9ecf-43f23722473b], Content-Type=[application/merge-patch+json]}
2023-03-23T06:00:09.968Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:00:10.120Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:00:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[200848], x-aai-txid=[1-aai-resources-230323-06:00:09:634-40131], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:00:10.120Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:00:10.121Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T06:00:10.121Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:00:10.121Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:00:10.133Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:00:10.133Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:00:10.133Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:00:10.133Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:10.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:10.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551210133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:00:11.156Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:00:11.157Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:00:11.157Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:11.157Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:11.157Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:11.157Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:12.158Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:12.158Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:12.159Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:12.159Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:13.159Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:13.160Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:13.160Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:13.160Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:14.160Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:14.161Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:14.161Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:14.161Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:15.162Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:15.163Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:15.163Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:15.163Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:16.164Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:16.164Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:16.165Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:16.165Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:17.165Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:17.166Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:17.166Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:17.166Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:18.167Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:18.167Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:18.167Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:18.168Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:19.168Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:19.168Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:19.169Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:19.169Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:00:20.170Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:00:20.170Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:00:20.170Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T06:00:20.170Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:00:20.170Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:00:20.199Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:00:20.200Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T06:00:20.200Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T06:00:20.200Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:00:20.200Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T06:00:20.200Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:20.222Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T06:00:20.222Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51634f18
2023-03-23T06:00:20.222Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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 90f56e1c-8043-40b3-b9a9-6591f190a9d0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551220223,
  "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-23T06:00:21.224Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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:90f56e1c-8043-40b3-b9a9-6591f190a9d0)
Error message 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-23T06:00:21.261Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||ERROR|500||Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists
2023-03-23T06:00:21.262Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:21.262Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists)
2023-03-23T06:00:21.262Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:00:21.262Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:21.262Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:21.262Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551221261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:00:22.263Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:22.263Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists)
2023-03-23T06:00:22.263Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:00:22.264Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:22.264Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:22.264Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551222263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:00:23.265Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:00:23.283Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:00:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:00:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:00:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:00:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:00:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:00:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:00:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:00:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:00:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:23.298Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:00:53.298Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:00:53.306Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T06:00:53.306Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T06:00:53.307Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T06:00:53.311Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:00:53.330Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?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-23T06:00:53.330Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T06:00:53.337Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:00:53.513Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T06:00:53.514Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:00:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[172], vertex-id=[569552], x-aai-txid=[1-aai-resources-230323-06:00:53:002-29164], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:00:53.514Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:00:53.514Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:00:53.514Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:53.528Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:00:53.528Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:00:53.528Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:00:53.529Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:53.529Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:53.529Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551253528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:00:54.551Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:00:54.552Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"c1fae859-1175-44ff-94dc-4ecae49990f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b0c3cf6-6afb-4373-bb43-bcc0d830183e","serviceDescription":"service","serviceInvariantUUID":"ccb8adf6-2f28-4864-b729-dba8023d01d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8b7076-4cff-4a16-af33-57da4eb5215f","resourceInvariantUUID":"df784b87-4398-4e68-b2e8-18e060d17119","resourceCustomizationUUID":"fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa","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":"NmRlNDkyODllZTBjOTlkMzUyMTFkZjI4ZGMyMzYwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"612042bf-d3b2-4f3e-8761-72b39d309ea1","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":"8dcfd60b-e0de-4f00-a42f-c7868f6f846e","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":"390688d4-ec99-4028-b223-0cff2a768eee","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":"NTljMDY3M2QwM2Y4NjMzNDg4MjYyZGZjMWRhYmZmOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab3017fa-4416-40ab-ac82-18e097c73318","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":"579871ac-11b6-467f-adea-4bddc05804d8","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":"4eacfb41-8e1a-42f8-8b12-7a89c75177a7","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":"f52aca65-9566-43f9-8f42-851c872704bb","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":"YzdlNDI4YTUzMzQ0YmMxYzlhZTc3ZjZhZjY3NDA2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36beacfc-fbaa-4c13-8d6f-c20e2ca5988e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd5b275-36f3-45f8-9c67-e435d19b18e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:00:54.552Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:54.552Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:54.552Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:54.552Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:55.553Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:55.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:55.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:55.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:56.556Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:56.556Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:56.556Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:56.557Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:57.558Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:57.558Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:57.558Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:57.558Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:58.559Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:58.559Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:58.560Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:58.560Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:00:59.560Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:00:59.561Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:00:59.561Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:00:59.561Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:00.562Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:00.562Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:00.562Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:00.562Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:01.563Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:01.564Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:01.564Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:01.564Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:02.565Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:02.565Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:02.565Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:02.566Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:01:03.566Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b0c3cf6-6afb-4373-bb43-bcc0d830183e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccb8adf6-2f28-4864-b729-dba8023d01d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8b7076-4cff-4a16-af33-57da4eb5215f",
      "resourceInvariantUUID": "df784b87-4398-4e68-b2e8-18e060d17119",
      "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": "M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1dd5b275-36f3-45f8-9c67-e435d19b18e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:01:03.567Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:01:03.567Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC
2023-03-23T06:01:03.568Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c1fae859-1175-44ff-94dc-4ecae49990f7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
ServiceInvariantUUID:ccb8adf6-2f28-4864-b729-dba8023d01d2
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:1dd5b275-36f3-45f8-9c67-e435d19b18e0
ArtifactChecksum:M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
ResourceInvariantUUID:df784b87-4398-4e68-b2e8-18e060d17119
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4f8b7076-4cff-4a16-af33-57da4eb5215f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:01:03.568Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:01:03.604Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:01:03.604Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T06:01:03.604Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T06:01:03.605Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:01:03.605Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T06:01:03.605Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2663458d
2023-03-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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 1dd5b275-36f3-45f8-9c67-e435d19b18e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:01:03.625Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:03.625Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:03.625Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551263624,
  "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-23T06:01:03.752Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:01:03.753Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version89: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version90: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T06:01:03.769Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:01:03.770Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:01:03.775Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:01:03.776Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:01:03.794Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:01:03.794Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:01:03.795Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:01:03.799Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:01:03.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:01:03.800Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:01:03.801Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1642, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:01:03.801Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:01:03.801Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:01:04.626Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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:1dd5b275-36f3-45f8-9c67-e435d19b18e0)
Error message 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-23T06:01:04.669Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||ERROR|500||Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists
2023-03-23T06:01:04.669Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:04.669Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists)
2023-03-23T06:01:04.669Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:01:04.670Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:04.670Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:04.670Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551264669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:01:04.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.819Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551167770,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551176846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551177890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551178891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551210133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.823Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.825Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551220223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551221261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
}
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.826Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551222263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
}
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551253528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551263624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:04.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:01:04.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551264669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
}
2023-03-23T06:01:04.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:01:05.671Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:05.671Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists)
2023-03-23T06:01:05.671Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:01:05.672Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:05.672Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:05.672Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551265671,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:01:06.673Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:01:06.691Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:01:06.694Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:06.701Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:01:36.701Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:01:36.706Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and serviceModelVersionId: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T06:01:36.706Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb8adf6-2f28-4864-b729-dba8023d01d2
2023-03-23T06:01:36.706Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0
2023-03-23T06:01:36.709Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:01:36.726Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?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-23T06:01:36.726Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||Invoke
2023-03-23T06:01:36.733Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:01:36.884Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||InvokeReturn
2023-03-23T06:01:36.884Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:01:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[209040], x-aai-txid=[0-aai-resources-230323-06:01:36:399-52267], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:01:36.884Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:01:36.885Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:01:36.885Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:36.896Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:01:36.896Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1fae859-1175-44ff-94dc-4ecae49990f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:01:36.896Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:01:36.896Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:36.896Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:36.897Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551296896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:01:37.918Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:01:37.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"7661c0f8-ce92-44a0-a937-6c1f611f07fe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a2c88ed9-3e16-4cc9-92d2-8c817dcb7504","serviceDescription":"service","serviceInvariantUUID":"ec311991-52c3-4584-a90d-e9bfe01bf37a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"859ad0b6-562a-41f3-8ec7-fb5586e8faba","resourceInvariantUUID":"2a627966-975d-4ac2-a8fd-193508a5831c","resourceCustomizationUUID":"b50e770c-2da2-4937-a16d-b1562e4dafc7","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":"NmY0Nzc3ZDdmODYxN2RlNmIxNzUzMzFlODg3Y2Y2OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e23cf2af-cb1a-4cb0-8928-ed90c29031d4","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":"c03ec116-ff1f-445f-b60e-e4beab9ca5b4","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":"9edbd52b-4ba9-460c-866a-9d60511e929a","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":"MGI0NDllZjI1NWYwYTMwNmQyOTcyYTc3Y2JlMzk3NmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a80b717b-1987-4e1d-93c9-b079b076a4ef","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":"94063ff9-442e-4faa-8057-274adc4f2a08","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":"ec9f984c-0cf3-4678-a586-0b77c0109d3e","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":"742a1837-6f3b-4e2a-a561-7c38d87f691d","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":"MGYxMWU4YTU1OThjMWQwYzk3MTY2NTRlMTNjOTYwZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9228678-b704-4e95-b24c-faf010545f6d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c787c972-a026-47e0-b044-48098cfa7982","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:01:37.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:37.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:37.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:37.919Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:38.921Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:38.921Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:38.921Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:38.921Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:39.922Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:39.923Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:39.923Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:39.923Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:40.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:40.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:40.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:40.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:41.925Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:41.926Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:41.926Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:41.926Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:42.927Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:42.928Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:42.928Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:42.928Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:43.929Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:43.929Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:43.930Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:43.930Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:44.930Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:44.931Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:44.931Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:44.931Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "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-23T06:01:45.931Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:01:45.932Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:45.932Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:45.932Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:01:46.933Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2c88ed9-3e16-4cc9-92d2-8c817dcb7504",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec311991-52c3-4584-a90d-e9bfe01bf37a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b50e770c-2da2-4937-a16d-b1562e4dafc7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "859ad0b6-562a-41f3-8ec7-fb5586e8faba",
      "resourceInvariantUUID": "2a627966-975d-4ac2-a8fd-193508a5831c",
      "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": "NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c787c972-a026-47e0-b044-48098cfa7982"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:01:46.933Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:01:46.933Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC
2023-03-23T06:01:46.934Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7661c0f8-ce92-44a0-a937-6c1f611f07fe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
ServiceInvariantUUID:ec311991-52c3-4584-a90d-e9bfe01bf37a
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:c787c972-a026-47e0-b044-48098cfa7982
ArtifactChecksum:NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b50e770c-2da2-4937-a16d-b1562e4dafc7
ResourceInvariantUUID:2a627966-975d-4ac2-a8fd-193508a5831c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:859ad0b6-562a-41f3-8ec7-fb5586e8faba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:01:46.934Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:01:46.961Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:01:46.962Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T06:01:46.962Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-23T06:01:46.962Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c787c972-a026-47e0-b044-48098cfa7982 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:01:46.962Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-23T06:01:46.963Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:46.981Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||GET Response Status 404
2023-03-23T06:01:46.981Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f5c605b
2023-03-23T06:01:46.981Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:01:46.981Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:46.982Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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 c787c972-a026-47e0-b044-48098cfa7982 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:01:46.982Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:46.982Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:46.982Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:01:46.982Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:46.982Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:46.982Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551306982,
  "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-23T06:01:47.983Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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:c787c972-a026-47e0-b044-48098cfa7982)
Error message 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-23T06:01:48.007Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:48.007Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 859ad0b6-562a-41f3-8ec7-fb5586e8faba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T06:01:48.016Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:48.037Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba test-pnf
2023-03-23T06:01:48.038Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||No resources found for Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:01:48.038Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:01:48.038Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba 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-23T06:01:48.047Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:01:48.064Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:01:48.071Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 859ad0b6-562a-41f3-8ec7-fb5586e8faba 0 ASDC deployResourceStructure
2023-03-23T06:01:48.071Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:01:48.072Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:48.072Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:48.072Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:01:48.073Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:01:48.073Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:01:48.073Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551308072,
  "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-23T06:01:49.075Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:01:49.091Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:01:49.094Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:01:49.094Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:01:49.094Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:01:49.094Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:01:49.095Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:01:49.095Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:01:49.095Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:01:49.095Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-23T06:01:49.095Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:01:49.103Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:02:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:02:03.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.760Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551265671,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
}
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551296896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679550560859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:02:03.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551306982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:02:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:03.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:02:03.763Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551308072,
  "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-23T06:02:03.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:02:19.103Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:02:19.113Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and serviceModelVersionId: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:02:19.113Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec311991-52c3-4584-a90d-e9bfe01bf37a
2023-03-23T06:02:19.114Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0
2023-03-23T06:02:19.121Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:02:19.135Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?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-23T06:02:19.135Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||Invoke
2023-03-23T06:02:19.142Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T06:02:19.290Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||InvokeReturn
2023-03-23T06:02:19.291Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:02:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[434360], x-aai-txid=[1-aai-resources-230323-06:02:18:809-73521], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:02:19.291Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:02:19.291Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:02:19.291Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:02:19.299Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:02:19.300Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7661c0f8-ce92-44a0-a937-6c1f611f07fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-23T06:02:19.300Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:02:19.300Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:02:19.300Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:02:19.300Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551339300,
  "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-23T06:02:20.325Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T06:02:20.325Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T06:02:20.327Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 0 disconnected.
2023-03-23T06:02:20.328Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 107278 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-23T06:02:20.328Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 2 disconnected.
2023-03-23T06:02:20.329Z||pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:02:20.329Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:02:20.330Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:02:20.330Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:02:20.335Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-0a06420a-3d54-4415-902e-5dc39a705563
2023-03-23T06:02:20.336Z||pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:02:20.336Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:02:20.337Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:02:22.134Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:25.143Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:28.155Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:31.164Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:34.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:37.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:40.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:43.200Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:46.209Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:49.219Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:52.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:55.236Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:02:58.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:03:01.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:03:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:03.769Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:03:03.770Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:03:03.776Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:03:03.776Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-0a06420a-3d54-4415-902e-5dc39a705563', protocol='range'}
2023-03-23T06:03:03.781Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:03:03.781Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:03:03.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:03:03.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:03:03.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:03:03.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:03:03.782Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-0a06420a-3d54-4415-902e-5dc39a705563=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:03:03.799Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:03:03.799Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-0a06420a-3d54-4415-902e-5dc39a705563', protocol='range'}
2023-03-23T06:03:03.800Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:03:03.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:03:03.800Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:03:03.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:03:03.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:03:03.805Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:03:03.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:03:03.805Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:03:03.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:03:03.805Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:03:03.805Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1692, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:03:03.805Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:03:03.806Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:03:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:03:03.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:03:03.806Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:03:04.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:03:04.825Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551339300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-23T06:03:04.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:03:04.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:03:04.846Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:03:04.848Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:03:04.848Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:04.848Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:04.848Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:05.850Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:03:05.850Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:05.850Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:05.851Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:06.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:03:06.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:06.852Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:06.852Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:07.853Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:03:07.853Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:07.853Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:07.854Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:08.855Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:03:08.855Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:08.856Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:08.856Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:09.857Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:03:09.858Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:09.858Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:09.858Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:10.859Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:03:10.860Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:10.860Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:10.860Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:11.863Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:03:11.863Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:03:11.863Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T06:03:11.864Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:03:11.864Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:03:11.896Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:03:11.897Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:03:11.897Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:03:11.897Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T06:03:11.897Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:03:11.897Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T06:03:11.929Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:03:11.929Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36f8885c
2023-03-23T06:03:11.929Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:03:11.929Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T06:03:11.930Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:03:11.930Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T06:03:11.930Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T06:03:11.930Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:03:11.930Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:11.930Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:11.931Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551391930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:12.932Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T06:03:12.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T06:03:12.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T06:03:12.957Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T06:03:12.957Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T06:03:12.957Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T06:03:12.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:03:12.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T06:03:12.975Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:03:12.976Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65ae8eb2
2023-03-23T06:03:12.976Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:03:12.976Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T06:03:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:03:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T06:03:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T06:03:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:03:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:03:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:03:12.977Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551392977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:03:13.978Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T06:03:13.978Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:03:13.995Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:03:13.998Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:03:13.998Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:03:43.999Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:03:44.017Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:03:44.020Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:03:44.020Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:04:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:04:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:04:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:04:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:04:14.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:04:14.036Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:04:14.039Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:04:14.040Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:04:44.040Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:04:44.056Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:04:44.060Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:04:44.060Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:05:03.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:05:03.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.754Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:05:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:05:03.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:03.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.755Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:05:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T06:05:03.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:03.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.756Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551391930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551392977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:05:03.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:05:14.060Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:05:14.077Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:05:14.080Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:05:14.080Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:05:44.080Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:05:44.096Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:05:44.100Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:05:44.100Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:06:03.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:06:14.100Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:06:14.120Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:06:14.123Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:06:14.123Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:06:44.124Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:06:44.141Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:06:44.144Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:06:44.145Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:07:03.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:07:14.145Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:07:14.161Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:07:14.164Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:07:14.164Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:07:44.164Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:07:44.178Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:07:44.181Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:07:44.181Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:08:03.754Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:08:04.870Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:08:04.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-0a06420a-3d54-4415-902e-5dc39a705563 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-23T06:08:04.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T06:08:04.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T06:08:07.362Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:08:07.376Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:08:07.377Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:08:07.383Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:08:07.383Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:08:07.399Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:08:07.399Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:08:07.399Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:08:07.404Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:08:07.404Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:08:07.404Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:08:07.405Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1702, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:08:07.405Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:08:07.405Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:08:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T06:08:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:08:14.192Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T06:08:14.192Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T06:08:14.193Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T06:08:14.199Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:08:14.213Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T06:08:14.213Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4972f35c-9823-40fe-b25a-e7bb75a7c735], X-ECOMP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-TransactionId=[], X-ONAP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], Content-Type=[application/merge-patch+json]}
2023-03-23T06:08:14.223Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T06:08:14.260Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 06:08:13 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[0-aai-resources-230323-06:08:13:893-9472], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:08:14.261Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T06:08:14.262Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T06:08:14.266Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:08:14.266Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T06:08:14.266Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:08:14.266Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T06:08:14.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T06:08:14.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:08:14.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T06:08:14.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:14.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:14.278Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551694278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:08:14.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:08:14.298Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551694278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T06:08:14.299Z||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-23T06:08:15.299Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:08:15.299Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:08:15.300Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:15.300Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:15.300Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:15.300Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:08:16.301Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:16.301Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:16.301Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:16.301Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:08:17.302Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:08:17.302Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:08:17.302Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T06:08:17.303Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T06:08:17.303Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:08:17.337Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:08:17.337Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:08:17.337Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:08:17.337Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T06:08:17.337Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:08:17.338Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:17.368Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@121cd18d
2023-03-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:17.369Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551697369,
  "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-23T06:08:18.370Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T06:08:18.408Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T06:08:18.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:18.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T06:08:18.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:08:18.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:18.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:18.409Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551698409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:08:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T06:08:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:08:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:19.410Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551699410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:08:20.411Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:08:20.430Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:08:20.433Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:08:20.434Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:20.443Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:08:50.443Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:08:50.453Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T06:08:50.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T06:08:50.454Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T06:08:50.463Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:08:50.480Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T06:08:50.481Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d05af94-7f6f-4592-8889-c060335a7071], X-ECOMP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-TransactionId=[], X-ONAP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], Content-Type=[application/merge-patch+json]}
2023-03-23T06:08:50.489Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:08:50.625Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:08:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[180264], x-aai-txid=[2-aai-resources-230323-06:08:50:158-27229], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:08:50.625Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:08:50.626Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T06:08:50.627Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:08:50.627Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:50.636Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:08:50.637Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:08:50.637Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:08:50.637Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:50.637Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:50.638Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551730637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:08:51.657Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:08:51.658Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:08:51.658Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:51.658Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:51.658Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:51.659Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:08:52.659Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:52.660Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:52.660Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:52.660Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:08:53.661Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:53.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:53.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:53.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:08:54.662Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:54.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:54.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:54.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:08:55.663Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:55.664Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:55.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:55.665Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:08:56.666Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:56.666Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:56.666Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:56.667Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:08:57.667Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:08:57.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:57.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:57.668Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:08:58.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:08:58.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:08:58.669Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T06:08:58.670Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:08:58.670Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:08:58.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:08:58.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:08:58.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:08:58.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T06:08:58.703Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:08:58.704Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:08:58.728Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:08:58.728Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45374a81
2023-03-23T06:08:58.728Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:08:58.728Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:08:58.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:08:58.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:08:58.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:08:58.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:08:58.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:58.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:58.729Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551738729,
  "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-23T06:08:59.731Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T06:08:59.771Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T06:08:59.771Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:08:59.771Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T06:08:59.771Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:08:59.771Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:08:59.771Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:08:59.772Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551739771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:00.773Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:09:00.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T06:09:00.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:09:00.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:00.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:00.774Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551740773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:01.776Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:09:01.792Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:09:01.794Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:01.795Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:09:01.802Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:09:03.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:03.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:09:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:09:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551697369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551698409,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551699410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551730637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551738729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:09:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551739771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T06:09:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:09:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551740773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T06:09:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:09:31.803Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:09:31.809Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T06:09:31.809Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T06:09:31.810Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T06:09:31.817Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:09:31.836Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T06:09:31.836Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7baec3eb-2758-477e-800f-13179cdbadcc], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T06:09:31.844Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:09:31.997Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:09:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[471248], x-aai-txid=[0-aai-resources-230323-06:09:31:515-90308], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:09:31.997Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:09:31.998Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T06:09:31.998Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:09:31.998Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:09:32.007Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:09:32.008Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:09:32.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:09:32.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:32.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:32.009Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551772008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:09:33.027Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:09:33.028Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:09:33.028Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:33.029Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:33.029Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:33.029Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:34.031Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:34.031Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:34.031Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:34.031Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:35.032Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:35.033Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:35.033Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:35.033Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:36.033Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:36.034Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:36.034Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:36.034Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:37.035Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:37.035Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:37.035Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:37.035Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:38.037Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:38.037Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:38.037Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:38.037Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:39.038Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:39.038Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:39.038Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:39.039Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:40.039Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:09:40.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:40.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:40.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:41.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:09:41.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:09:41.041Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T06:09:41.041Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:09:41.041Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:09:41.068Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:09:41.068Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:09:41.068Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:09:41.069Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:41.069Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:09:41.069Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:41.360Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:09:41.361Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T06:09:41.361Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:09:41.361Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:41.361Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:09:41.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:41.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:41.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551781361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:42.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:09:42.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:09:42.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:42.364Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:42.364Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:42.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:42.457Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13630542532260887390/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T06:09:43.097Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:09:43.098Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:09:43.099Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T06:09:43.134Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T06:09:43.134Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:09:43.134Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T06:09:43.134Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:09:43.134Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:43.134Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:43.134Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551783134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:44.135Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:09:44.136Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T06:09:44.136Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:09:44.136Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:09:44.136Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:09:44.136Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551784135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:09:45.137Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:09:45.151Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:09:45.154Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:09:45.154Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:09:45.154Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:09:45.154Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:09:45.154Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:45.155Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:45.155Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:45.155Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:09:45.155Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:09:45.160Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:10:03.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551772008,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:10:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551781361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551783134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:10:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551784135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T06:10:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:10:15.161Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:10:15.169Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T06:10:15.169Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T06:10:15.170Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T06:10:15.179Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:10:15.196Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?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-23T06:10:15.197Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T06:10:15.203Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:10:15.337Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T06:10:15.337Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:10:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[479440], x-aai-txid=[0-aai-resources-230323-06:10:14:872-23613], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:10:15.337Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:10:15.337Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:10:15.337Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:10:15.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:10:15.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:10:15.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:10:15.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:15.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:15.341Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551815341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:10:16.362Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:10:16.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:10:16.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:16.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:16.363Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:16.364Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:17.364Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:17.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:17.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:17.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:18.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:18.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:18.365Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:18.366Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:19.366Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:19.366Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:19.366Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:19.366Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:20.367Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:20.367Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:20.367Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:20.367Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:21.368Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:21.368Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:21.369Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:21.369Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:22.369Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:22.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:22.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:22.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:23.370Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:23.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:23.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:23.371Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:24.372Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:10:24.372Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:10:24.372Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T06:10:24.372Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:10:24.373Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:10:24.408Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:10:24.409Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:10:24.409Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:10:24.409Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:24.409Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:10:24.409Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:24.699Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:10:24.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T06:10:24.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:10:24.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:24.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:10:24.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:24.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:24.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551824702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:25.703Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:10:25.703Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:10:25.704Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:25.704Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:25.705Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:25.705Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:25.851Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11402547980575318916/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T06:10:26.387Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:10:26.388Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:10:26.389Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:10:26.390Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:10:26.390Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:10:26.390Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T06:10:26.426Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T06:10:26.426Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:10:26.426Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T06:10:26.426Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:10:26.427Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:26.427Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:26.427Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551826426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:27.427Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:10:27.427Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T06:10:27.428Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:10:27.428Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:27.428Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:27.428Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551827427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:10:28.430Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:10:28.446Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:10:28.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:10:28.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:10:28.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:10:28.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:10:28.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:10:28.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:10:28.449Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:10:28.450Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:10:28.450Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:10:28.457Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:10:58.457Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:10:58.467Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T06:10:58.467Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T06:10:58.468Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T06:10:58.476Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:10:58.502Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T06:10:58.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T06:10:58.511Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:10:58.663Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T06:10:58.663Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:10:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[192664], x-aai-txid=[2-aai-resources-230323-06:10:58:180-86996], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:10:58.663Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:10:58.664Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:10:58.664Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:10:58.675Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:10:58.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:10:58.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:10:58.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:58.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:58.676Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551858676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:10:59.698Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:10:59.698Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:10:59.699Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:10:59.699Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:10:59.699Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:10:59.699Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:00.700Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:00.700Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:00.700Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:00.700Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:01.701Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:01.701Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:01.701Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:01.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:02.702Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:02.703Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:02.703Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:02.703Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:03.703Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:03.704Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:03.704Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:03.704Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:03.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:03.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.759Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551815341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:11:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.761Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551824702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551826426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551827427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551858676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:11:03.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:11:04.705Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:04.705Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:04.705Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:04.706Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:05.706Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:05.706Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:05.707Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:05.707Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:06.707Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:06.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:06.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:06.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:07.708Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:11:07.709Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:11:07.709Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T06:11:07.709Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:11:07.709Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:11:07.737Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:11:07.737Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:11:07.737Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:11:07.737Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:07.738Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:11:07.738Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:08.012Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:11:08.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T06:11:08.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:11:08.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:08.017Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:11:08.018Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:08.018Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:08.018Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551868017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:09.019Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:11:09.019Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:11:09.019Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.020Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.020Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.021Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.096Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7377835979620779224/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T06:11:09.641Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:11:09.641Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:11:09.641Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:11:09.642Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:11:09.643Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T06:11:09.683Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T06:11:09.683Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:11:09.683Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T06:11:09.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:11:09.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:09.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:09.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551869683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:10.684Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:11:10.685Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T06:11:10.685Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:11:10.685Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:10.685Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:10.685Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551870684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:11.686Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:11:11.700Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:11.704Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:11.705Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:11:11.714Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:11:41.715Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:11:41.723Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T06:11:41.723Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T06:11:41.724Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T06:11:41.731Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:11:41.743Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T06:11:41.744Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b84a7eea-4b64-47d0-a75b-e7a8c76b33f5], X-ECOMP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-TransactionId=[], X-ONAP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], Content-Type=[application/merge-patch+json]}
2023-03-23T06:11:41.750Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:11:41.898Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:11:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[504016], x-aai-txid=[0-aai-resources-230323-06:11:41:420-93421], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:11:41.898Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:11:41.899Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T06:11:41.899Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:11:41.899Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:11:41.910Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:11:41.911Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:11:41.911Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:11:41.911Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:41.911Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:41.911Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551901911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:11:42.942Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:11:42.942Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:11:42.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:42.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:42.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:42.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:43.943Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:43.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:43.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:43.944Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:44.945Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:44.945Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:44.945Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:44.945Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:45.946Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:45.946Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:45.946Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:45.946Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:46.947Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:46.947Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:46.947Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:46.948Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:47.948Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:47.949Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:47.949Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:47.949Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:48.950Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:48.950Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:48.950Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:48.950Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:49.951Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:49.952Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:49.952Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:49.952Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:50.953Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:50.953Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:50.953Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:50.954Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:11:51.955Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:11:51.956Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:51.956Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:51.956Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:52.958Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:11:52.958Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:11:52.958Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T06:11:52.959Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:11:52.959Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:11:53.002Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:11:53.002Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:11:53.002Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:11:53.002Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T06:11:53.002Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:11:53.003Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:53.493Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:11:53.500Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T06:11:53.500Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:53.500Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:11:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:53.501Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551913500,
  "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-23T06:11:54.502Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:11:54.503Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:11:54.503Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:11:54.504Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T06:11:54.505Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:11:54.505Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:11:54.596Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9571023507043071259/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T06:11:55.451Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:11:55.452Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:11:55.453Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.454Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T06:11:55.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T06:11:55.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:55.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T06:11:55.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:11:55.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:55.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:55.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551915495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:56.496Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:56.496Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T06:11:56.496Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:11:56.497Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:11:56.497Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:11:56.497Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551916496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:11:57.498Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:11:57.516Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:11:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:11:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:11:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:11:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:11:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:57.519Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:11:57.519Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:11:57.528Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:12:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551868017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.766Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551869683,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551870684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551901911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.767Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551913500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551915495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551916496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T06:12:03.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:12:27.528Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:12:27.538Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T06:12:27.538Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T06:12:27.538Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T06:12:27.546Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:12:27.563Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?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-23T06:12:27.563Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T06:12:27.571Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:12:27.755Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T06:12:27.755Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:12:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[179], vertex-id=[397496], x-aai-txid=[1-aai-resources-230323-06:12:27:242-49706], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:12:27.756Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:12:27.756Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:12:27.756Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:12:27.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:12:27.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:12:27.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:12:27.762Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:27.762Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:27.762Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551947761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:12:28.797Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:12:28.798Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:12:28.798Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:28.798Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:28.798Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:28.798Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:12:29.799Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:29.800Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:29.800Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:29.800Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:12:30.800Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:30.801Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:30.801Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:30.801Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:12:31.801Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:31.802Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:31.802Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:31.802Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:12:32.802Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:32.803Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:32.803Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:32.803Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:12:33.803Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:33.803Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:33.804Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:33.804Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:12:34.804Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:34.805Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:34.805Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:34.805Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:12:35.805Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:12:35.805Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:35.805Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:35.805Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:12:36.806Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:12:36.806Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:12:36.806Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T06:12:36.807Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:12:36.807Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:12:36.851Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:12:36.852Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:12:36.852Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:12:36.852Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T06:12:36.852Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:12:36.852Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:12:36.881Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:12:36.881Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e3d88cb
2023-03-23T06:12:36.881Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:12:36.882Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:12:36.882Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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 ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:12:36.882Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:12:36.882Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:12:36.882Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:12:36.883Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:36.883Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:36.883Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551956882,
  "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-23T06:12:37.884Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T06:12:37.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T06:12:37.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:12:37.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T06:12:37.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:12:37.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:37.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:37.933Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551957933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:12:38.934Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:12:38.934Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T06:12:38.935Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:12:38.935Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:12:38.935Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:12:38.935Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551958934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:12:39.936Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:12:39.965Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:12:39.969Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:12:39.969Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:12:39.969Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:12:39.969Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:12:39.969Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:12:39.969Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:12:39.970Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:12:39.970Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:12:39.970Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:12:39.985Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:13:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:13:03.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.761Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551947761,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:13:03.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.762Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551956882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551957933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:03.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:13:03.764Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551958934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T06:13:03.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:13:09.985Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:13:09.999Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T06:13:10.000Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T06:13:10.000Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T06:13:10.007Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:13:10.023Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?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-23T06:13:10.023Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T06:13:10.030Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:13:10.168Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T06:13:10.169Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:13:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[200848], x-aai-txid=[0-aai-resources-230323-06:13:09:701-72416], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:13:10.169Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:13:10.169Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:13:10.169Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:13:10.179Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:13:10.179Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:13:10.179Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:13:10.179Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:10.179Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:10.179Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551990179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:13:11.209Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:13:11.209Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:13:11.210Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:11.210Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:11.210Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:11.210Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:12.211Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:12.211Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:12.211Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:12.211Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:13.212Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:13.212Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:13.212Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:13.212Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:14.213Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:14.213Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:14.213Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:14.213Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:15.214Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:15.214Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:15.214Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:15.214Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:16.215Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:16.216Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:16.216Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:16.216Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:17.217Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:17.218Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:17.218Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:17.218Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:18.219Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:18.219Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:18.219Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:18.219Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:19.220Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:19.221Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:19.221Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:19.221Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:13:20.222Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:13:20.223Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:13:20.223Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T06:13:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:13:20.223Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:13:20.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:13:20.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:13:20.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:13:20.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:13:20.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:13:20.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:20.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:13:20.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@560f3ef8
2023-03-23T06:13:20.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:13:20.295Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:20.295Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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 90f56e1c-8043-40b3-b9a9-6591f190a9d0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:13:20.295Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:20.295Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:20.295Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:13:20.295Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:20.296Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:20.296Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552000295,
  "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-23T06:13:21.297Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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:90f56e1c-8043-40b3-b9a9-6591f190a9d0)
Error message 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-23T06:13:21.335Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists
2023-03-23T06:13:21.335Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:21.335Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists)
2023-03-23T06:13:21.335Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:13:21.336Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:21.336Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:21.336Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552001335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:13:22.337Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:22.337Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists)
2023-03-23T06:13:22.337Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:13:22.337Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:22.337Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:22.337Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552002337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:13:23.338Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:13:23.358Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:13:23.361Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:13:23.361Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:13:23.361Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:13:23.362Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:13:23.362Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:13:23.362Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:13:23.362Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:13:23.362Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:13:23.362Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:23.373Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:13:53.373Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:13:53.383Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T06:13:53.384Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T06:13:53.384Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T06:13:53.392Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:13:53.404Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T06:13:53.405Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c105cfd-ff31-462f-828a-ae476a425374], X-ECOMP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], X-TransactionId=[], X-ONAP-RequestID=[1284799c-9569-4b00-84b1-2eaee4e9099a], Content-Type=[application/merge-patch+json]}
2023-03-23T06:13:53.416Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:13:53.594Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:13:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[174], vertex-id=[569552], x-aai-txid=[1-aai-resources-230323-06:13:53:085-67654], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:13:53.595Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:13:53.595Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T06:13:53.596Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:13:53.596Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:53.607Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:13:53.608Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:13:53.608Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:13:53.610Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:53.610Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:53.610Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552033608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:13:54.637Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:13:54.638Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c1fae859-1175-44ff-94dc-4ecae49990f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b0c3cf6-6afb-4373-bb43-bcc0d830183e","serviceDescription":"service","serviceInvariantUUID":"ccb8adf6-2f28-4864-b729-dba8023d01d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8b7076-4cff-4a16-af33-57da4eb5215f","resourceInvariantUUID":"df784b87-4398-4e68-b2e8-18e060d17119","resourceCustomizationUUID":"fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa","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":"NmRlNDkyODllZTBjOTlkMzUyMTFkZjI4ZGMyMzYwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"612042bf-d3b2-4f3e-8761-72b39d309ea1","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":"8dcfd60b-e0de-4f00-a42f-c7868f6f846e","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":"390688d4-ec99-4028-b223-0cff2a768eee","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":"NTljMDY3M2QwM2Y4NjMzNDg4MjYyZGZjMWRhYmZmOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab3017fa-4416-40ab-ac82-18e097c73318","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":"579871ac-11b6-467f-adea-4bddc05804d8","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":"4eacfb41-8e1a-42f8-8b12-7a89c75177a7","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":"f52aca65-9566-43f9-8f42-851c872704bb","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":"YzdlNDI4YTUzMzQ0YmMxYzlhZTc3ZjZhZjY3NDA2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36beacfc-fbaa-4c13-8d6f-c20e2ca5988e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd5b275-36f3-45f8-9c67-e435d19b18e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:13:54.638Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:54.638Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:54.638Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:54.638Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:55.639Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:55.639Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:55.639Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:55.640Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:56.640Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:56.641Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:56.641Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:56.641Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:57.641Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:57.642Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:57.642Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:57.642Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:58.642Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:58.643Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:58.643Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:58.643Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:13:59.643Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:13:59.643Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:13:59.644Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:13:59.644Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:00.644Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:00.644Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:00.645Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:00.645Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:01.645Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:01.646Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:01.646Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:01.646Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:02.646Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:02.647Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:02.647Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:02.647Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:14:03.648Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b0c3cf6-6afb-4373-bb43-bcc0d830183e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccb8adf6-2f28-4864-b729-dba8023d01d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8b7076-4cff-4a16-af33-57da4eb5215f",
      "resourceInvariantUUID": "df784b87-4398-4e68-b2e8-18e060d17119",
      "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": "M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1dd5b275-36f3-45f8-9c67-e435d19b18e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:14:03.648Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:14:03.648Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC
2023-03-23T06:14:03.648Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c1fae859-1175-44ff-94dc-4ecae49990f7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
ServiceInvariantUUID:ccb8adf6-2f28-4864-b729-dba8023d01d2
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:1dd5b275-36f3-45f8-9c67-e435d19b18e0
ArtifactChecksum:M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
ResourceInvariantUUID:df784b87-4398-4e68-b2e8-18e060d17119
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4f8b7076-4cff-4a16-af33-57da4eb5215f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:14:03.648Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:14:03.689Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:14:03.689Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:14:03.689Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:14:03.689Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:14:03.689Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:14:03.689Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:03.710Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:14:03.710Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@271353fe
2023-03-23T06:14:03.710Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:14:03.710Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:03.710Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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 1dd5b275-36f3-45f8-9c67-e435d19b18e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:14:03.710Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:03.711Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:03.711Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:14:03.711Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:03.711Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:03.711Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552043710,
  "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-23T06:14:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:14:03.753Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version92: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version93: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T06:14:03.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:14:03.767Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:14:03.772Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:14:03.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:14:03.790Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:14:03.791Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:14:03.791Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:14:03.796Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:14:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:14:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:14:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1781, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:14:03.797Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:14:03.798Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:14:04.712Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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:1dd5b275-36f3-45f8-9c67-e435d19b18e0)
Error message 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-23T06:14:04.766Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists
2023-03-23T06:14:04.766Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:04.766Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists)
2023-03-23T06:14:04.766Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:14:04.767Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:04.767Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:04.767Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552044766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:14:04.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.815Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551990179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552000295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552001335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
}
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552002337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
}
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552033608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552043710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:14:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552044766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
}
2023-03-23T06:14:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:14:05.768Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:05.769Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists)
2023-03-23T06:14:05.769Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:14:05.769Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:05.769Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:05.769Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552045768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:14:06.769Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:14:06.787Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:14:06.790Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:06.801Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:14:36.801Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:14:36.808Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and serviceModelVersionId: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T06:14:36.809Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb8adf6-2f28-4864-b729-dba8023d01d2
2023-03-23T06:14:36.809Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0
2023-03-23T06:14:36.812Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:14:36.824Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||Invoke
2023-03-23T06:14:36.824Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65c17a4f-e4e7-4878-b6c6-0f34730fc0e3], X-ECOMP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-TransactionId=[], X-ONAP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], Content-Type=[application/merge-patch+json]}
2023-03-23T06:14:36.831Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:14:36.970Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:14:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[209040], x-aai-txid=[2-aai-resources-230323-06:14:36:502-4974], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:14:36.970Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:14:36.971Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||InvokeReturn
2023-03-23T06:14:36.971Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:14:36.971Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:36.979Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:14:36.980Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1fae859-1175-44ff-94dc-4ecae49990f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:14:36.980Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:14:36.980Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:36.980Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:36.980Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552076980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:14:38.009Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:14:38.009Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7661c0f8-ce92-44a0-a937-6c1f611f07fe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a2c88ed9-3e16-4cc9-92d2-8c817dcb7504","serviceDescription":"service","serviceInvariantUUID":"ec311991-52c3-4584-a90d-e9bfe01bf37a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"859ad0b6-562a-41f3-8ec7-fb5586e8faba","resourceInvariantUUID":"2a627966-975d-4ac2-a8fd-193508a5831c","resourceCustomizationUUID":"b50e770c-2da2-4937-a16d-b1562e4dafc7","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":"NmY0Nzc3ZDdmODYxN2RlNmIxNzUzMzFlODg3Y2Y2OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e23cf2af-cb1a-4cb0-8928-ed90c29031d4","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":"c03ec116-ff1f-445f-b60e-e4beab9ca5b4","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":"9edbd52b-4ba9-460c-866a-9d60511e929a","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":"MGI0NDllZjI1NWYwYTMwNmQyOTcyYTc3Y2JlMzk3NmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a80b717b-1987-4e1d-93c9-b079b076a4ef","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":"94063ff9-442e-4faa-8057-274adc4f2a08","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":"ec9f984c-0cf3-4678-a586-0b77c0109d3e","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":"742a1837-6f3b-4e2a-a561-7c38d87f691d","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":"MGYxMWU4YTU1OThjMWQwYzk3MTY2NTRlMTNjOTYwZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9228678-b704-4e95-b24c-faf010545f6d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c787c972-a026-47e0-b044-48098cfa7982","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:14:38.009Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:38.009Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:38.009Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:38.009Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:39.010Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:39.010Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:39.010Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:39.011Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:40.012Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:40.012Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:40.012Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:40.012Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:41.013Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:41.014Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:41.014Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:41.014Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:42.015Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:42.016Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:42.016Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:42.016Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:43.017Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:43.018Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:43.018Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:43.018Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:44.019Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:44.019Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:44.019Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:44.020Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:45.021Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:45.021Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:45.021Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:45.021Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "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-23T06:14:46.022Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:14:46.022Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:46.022Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:46.022Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:14:47.023Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2c88ed9-3e16-4cc9-92d2-8c817dcb7504",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec311991-52c3-4584-a90d-e9bfe01bf37a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b50e770c-2da2-4937-a16d-b1562e4dafc7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "859ad0b6-562a-41f3-8ec7-fb5586e8faba",
      "resourceInvariantUUID": "2a627966-975d-4ac2-a8fd-193508a5831c",
      "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": "NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c787c972-a026-47e0-b044-48098cfa7982"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:14:47.024Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:14:47.024Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC
2023-03-23T06:14:47.024Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7661c0f8-ce92-44a0-a937-6c1f611f07fe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
ServiceInvariantUUID:ec311991-52c3-4584-a90d-e9bfe01bf37a
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:c787c972-a026-47e0-b044-48098cfa7982
ArtifactChecksum:NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b50e770c-2da2-4937-a16d-b1562e4dafc7
ResourceInvariantUUID:2a627966-975d-4ac2-a8fd-193508a5831c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:859ad0b6-562a-41f3-8ec7-fb5586e8faba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:14:47.024Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:14:47.063Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:14:47.064Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:14:47.064Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:14:47.064Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c787c972-a026-47e0-b044-48098cfa7982 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:14:47.064Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:14:47.064Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:47.081Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:14:47.081Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59a17248
2023-03-23T06:14:47.081Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:14:47.082Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:47.082Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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 c787c972-a026-47e0-b044-48098cfa7982 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:14:47.082Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:47.082Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:47.082Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:14:47.083Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:47.083Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:47.083Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552087082,
  "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-23T06:14:48.084Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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:c787c972-a026-47e0-b044-48098cfa7982)
Error message 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-23T06:14:48.104Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:48.105Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 859ad0b6-562a-41f3-8ec7-fb5586e8faba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T06:14:48.114Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:48.136Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba test-pnf
2023-03-23T06:14:48.136Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:14:48.136Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:14:48.136Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba 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-23T06:14:48.143Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:14:48.163Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:14:48.171Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 859ad0b6-562a-41f3-8ec7-fb5586e8faba 0 ASDC deployResourceStructure
2023-03-23T06:14:48.172Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:14:48.172Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:48.172Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:48.172Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:14:48.172Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:14:48.173Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:14:48.173Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552088172,
  "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-23T06:14:49.173Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:14:49.196Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-23T06:14:49.200Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:14:49.212Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:15:03.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:15:03.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.761Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552045768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
}
2023-03-23T06:15:03.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.761Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552076980,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.764Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679551340325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:15:03.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552087082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:15:03.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:03.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-23T06:15:03.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552088172,
  "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-23T06:15:03.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:15:19.213Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:15:19.225Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and serviceModelVersionId: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:15:19.226Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec311991-52c3-4584-a90d-e9bfe01bf37a
2023-03-23T06:15:19.226Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0
2023-03-23T06:15:19.233Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:15:19.256Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?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-23T06:15:19.257Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||Invoke
2023-03-23T06:15:19.264Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T06:15:19.416Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||InvokeReturn
2023-03-23T06:15:19.417Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:15:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[434360], x-aai-txid=[1-aai-resources-230323-06:15:18:934-94824], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:15:19.417Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:15:19.417Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:15:19.417Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:15:19.426Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:15:19.426Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7661c0f8-ce92-44a0-a937-6c1f611f07fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-23T06:15:19.426Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:15:19.426Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:15:19.426Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:15:19.427Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552119426,
  "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-23T06:15:20.453Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T06:15:20.454Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T06:15:20.455Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 0 disconnected.
2023-03-23T06:15:20.455Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 1 disconnected.
2023-03-23T06:15:20.455Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 107397 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-23T06:15:20.456Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:15:20.456Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:15:20.456Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:15:20.456Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:15:20.461Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a2bad56e-4858-4978-ab1f-4d7baa386440
2023-03-23T06:15:20.461Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:15:20.462Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:15:20.462Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:15:22.119Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:25.126Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:28.134Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:31.142Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:34.152Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:37.160Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:40.168Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:43.177Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:46.183Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:49.192Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:52.201Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:55.213Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:15:58.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:16:01.230Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:16:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:03.767Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:16:03.767Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:16:03.775Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:16:03.775Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a2bad56e-4858-4978-ab1f-4d7baa386440', protocol='range'}
2023-03-23T06:16:03.779Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:16:03.779Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:16:03.780Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:16:03.780Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:16:03.780Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:16:03.780Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:16:03.780Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a2bad56e-4858-4978-ab1f-4d7baa386440=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:16:03.796Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a2bad56e-4858-4978-ab1f-4d7baa386440', protocol='range'}
2023-03-23T06:16:03.797Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:16:03.797Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:16:03.799Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:16:03.799Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:16:03.799Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:16:03.802Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:16:03.802Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:16:03.803Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:16:03.803Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:16:03.803Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:16:03.803Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:16:03.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:16:03.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:16:03.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:16:03.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1819, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:16:03.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:16:03.803Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:16:04.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:16:04.822Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552119426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-23T06:16:04.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:16:04.892Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:16:04.892Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:16:04.894Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:16:04.894Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:04.894Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:04.894Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:05.896Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:16:05.896Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:05.897Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:05.897Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:06.898Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:16:06.898Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:06.898Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:06.898Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:07.899Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:16:07.900Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:07.900Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:07.900Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:08.900Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:16:08.901Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:08.901Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:08.901Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:09.902Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:16:09.902Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:09.902Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:09.903Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:10.903Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:16:10.904Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:10.904Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:10.904Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:11.905Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:16:11.906Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:16:11.906Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T06:16:11.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:16:11.907Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:16:11.957Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:16:11.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:16:11.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:16:11.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T06:16:11.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:16:11.958Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T06:16:11.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:16:11.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@79478e02
2023-03-23T06:16:11.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:16:11.992Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T06:16:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:16:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T06:16:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T06:16:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:16:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:11.993Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552171993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:12.994Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T06:16:13.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T06:16:13.010Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T06:16:13.014Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T06:16:13.014Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T06:16:13.014Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T06:16:13.014Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:16:13.015Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T06:16:13.032Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:16:13.032Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3c4c7b03
2023-03-23T06:16:13.033Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:16:13.033Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T06:16:13.033Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:16:13.033Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T06:16:13.033Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T06:16:13.034Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:16:13.034Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:16:13.034Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:16:13.034Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552173033,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:16:14.035Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T06:16:14.035Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:16:14.059Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:16:14.064Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:16:14.064Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:16:44.064Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:16:44.087Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:16:44.091Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:16:44.091Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:17:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:17:03.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:17:03.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:17:03.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:17:14.091Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:17:14.116Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:17:14.119Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:17:14.119Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:17:44.120Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:17:44.148Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:17:44.153Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:17:44.153Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:18:03.753Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:18:03.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:18:03.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:03.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:03.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552171993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552173033,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:18:03.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:18:14.154Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:18:14.177Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:18:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:18:14.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:18:44.183Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:18:44.207Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:18:44.211Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:18:44.212Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:19:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:19:14.212Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:19:14.233Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:19:14.238Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:19:14.238Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:19:44.238Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:19:44.260Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:19:44.264Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:19:44.264Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:20:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:20:14.264Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:20:14.288Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:20:14.292Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:20:14.292Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:20:44.293Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:20:44.312Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:20:44.316Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:20:44.317Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:21:03.754Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:21:04.917Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:21:04.917Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-a2bad56e-4858-4978-ab1f-4d7baa386440 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-23T06:21:04.917Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T06:21:04.917Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T06:21:07.314Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:21:07.329Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:21:07.329Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:21:07.335Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:21:07.336Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:21:07.351Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:21:07.352Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:21:07.352Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:21:07.356Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:21:07.357Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:21:07.357Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:21:07.357Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1829, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:21:07.357Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:21:07.357Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:21:14.317Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T06:21:14.317Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:21:14.332Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T06:21:14.332Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T06:21:14.333Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T06:21:14.341Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:21:14.360Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T06:21:14.360Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdbaeefd-e0ab-4a7a-b064-c2b56ffc50a8], X-ECOMP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], X-TransactionId=[], X-ONAP-RequestID=[00357cd3-bad3-45fb-9a0f-d52fff09fe55], Content-Type=[application/merge-patch+json]}
2023-03-23T06:21:14.367Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T06:21:14.401Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 06:21:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[30], x-aai-txid=[0-aai-resources-230323-06:21:14:041-43840], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:21:14.402Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T06:21:14.404Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T06:21:14.412Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:21:14.413Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T06:21:14.413Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:21:14.413Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T06:21:14.421Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T06:21:14.421Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:21:14.421Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T06:21:14.421Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:14.421Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:14.421Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552474421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:21:14.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:21:14.436Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552474421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T06:21:14.436Z||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-23T06:21:15.448Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:21:15.449Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:21:15.449Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:15.449Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:15.449Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:15.449Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:21:16.450Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:16.450Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:16.450Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:16.450Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:21:17.450Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:21:17.451Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:21:17.451Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T06:21:17.451Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T06:21:17.451Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:21:17.482Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:21:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:21:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:21:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T06:21:17.483Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:21:17.484Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:17.514Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7febd94e
2023-03-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:17.515Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552477515,
  "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-23T06:21:18.516Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T06:21:18.557Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T06:21:18.558Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:18.558Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T06:21:18.558Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:21:18.558Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:18.558Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:18.558Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552478558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:21:19.559Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:19.559Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T06:21:19.559Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:21:19.560Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:19.560Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:19.560Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552479559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:21:20.561Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:21:20.580Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:21:20.584Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:21:20.584Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:21:20.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:21:20.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:21:20.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:21:20.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:21:20.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:21:20.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:21:20.585Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:20.597Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:21:50.597Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:21:50.605Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T06:21:50.605Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T06:21:50.606Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T06:21:50.614Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:21:50.631Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T06:21:50.631Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eca20138-803f-4e91-9079-6759dd9a2a77], X-ECOMP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-TransactionId=[], X-ONAP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], Content-Type=[application/merge-patch+json]}
2023-03-23T06:21:50.638Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:21:50.765Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:21:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[180264], x-aai-txid=[0-aai-resources-230323-06:21:50:310-91668], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:21:50.766Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:21:50.766Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T06:21:50.766Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:21:50.766Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:21:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:21:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:21:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:50.775Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552510775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:21:51.801Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:21:51.801Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:21:51.801Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:51.801Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:51.801Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:51.801Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:21:52.802Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:52.802Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:52.802Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:52.802Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:21:53.803Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:53.803Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:53.803Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:53.804Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:21:54.804Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:54.804Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:54.804Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:54.804Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:21:55.805Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:55.805Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:55.805Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:55.805Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:21:56.805Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:56.806Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:56.806Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:56.806Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:21:57.806Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:21:57.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:57.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:57.807Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:21:58.808Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:21:58.808Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:21:58.808Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T06:21:58.808Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:21:58.808Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:21:58.860Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:21:58.861Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:21:58.861Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:21:58.861Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T06:21:58.861Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:21:58.861Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:21:58.884Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:21:58.884Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@72d32408
2023-03-23T06:21:58.884Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:21:58.885Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:21:58.885Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:21:58.885Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:21:58.885Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:21:58.885Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:21:58.885Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:58.885Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:58.886Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552518885,
  "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-23T06:21:59.886Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T06:21:59.938Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T06:21:59.938Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:21:59.938Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T06:21:59.938Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:21:59.939Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:21:59.939Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:21:59.939Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552519938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:00.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:22:00.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T06:22:00.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:22:00.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:00.940Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:00.941Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552520940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:01.941Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:22:01.961Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:22:01.965Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:22:01.965Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:22:01.965Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:22:01.965Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:22:01.966Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:01.966Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:01.966Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:01.966Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:01.966Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:22:01.978Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:22:03.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:03.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.758Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:22:03.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.759Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:22:03.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.759Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552477515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552478558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552479559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552510775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:22:03.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552518885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:22:03.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552519938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T06:22:03.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:03.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-23T06:22:03.763Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552520940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T06:22:03.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:22:31.978Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:22:31.990Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T06:22:31.990Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T06:22:31.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T06:22:31.998Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:22:32.016Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T06:22:32.016Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[edee3d2c-97ab-4a5a-bc3e-087178cce442], X-ECOMP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], X-TransactionId=[], X-ONAP-RequestID=[db817a23-07f3-4966-bff8-3c5d2697a749], Content-Type=[application/merge-patch+json]}
2023-03-23T06:22:32.024Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:22:32.182Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:22:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[471248], x-aai-txid=[0-aai-resources-230323-06:22:31:698-21854], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:22:32.182Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:22:32.183Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T06:22:32.183Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:22:32.183Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:22:32.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:22:32.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:22:32.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:22:32.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:32.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:32.190Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552552190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:22:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:22:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:22:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:33.211Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:34.212Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:34.212Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:34.212Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:34.212Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:35.214Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:35.215Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:35.215Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:35.215Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:36.215Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:36.215Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:36.215Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:36.216Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:37.216Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:37.216Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:37.217Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:37.217Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:38.217Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:38.218Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:38.218Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:38.218Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:39.218Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:39.219Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:39.219Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:39.219Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:40.220Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:22:40.221Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:40.221Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:40.221Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:41.221Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:22:41.221Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:22:41.222Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T06:22:41.222Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:22:41.222Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:22:41.255Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:22:41.255Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:22:41.256Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:22:41.256Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:41.256Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:22:41.256Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:41.547Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:22:41.550Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T06:22:41.550Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:22:41.550Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:41.550Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:22:41.550Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:41.550Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:41.550Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552561550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:42.551Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:22:42.551Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:22:42.551Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:42.551Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:42.552Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:42.552Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:42.622Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15541366327949081080/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:22:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:22:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:22:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T06:22:43.280Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T06:22:43.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:22:43.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T06:22:43.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:22:43.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:43.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:43.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552563281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:44.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:22:44.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T06:22:44.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:22:44.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:22:44.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:22:44.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552564281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:22:45.283Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:22:45.303Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:22:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:22:45.319Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:23:03.752Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552552190,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:23:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552561550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.764Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552563281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T06:23:03.764Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:03.764Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:23:03.764Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552564281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T06:23:03.764Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:23:15.320Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:23:15.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T06:23:15.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T06:23:15.327Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T06:23:15.331Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:23:15.343Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T06:23:15.343Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ca4b948-e8e5-4566-b8aa-89ee96a82d74], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T06:23:15.351Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:23:15.501Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:23:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[479440], x-aai-txid=[1-aai-resources-230323-06:23:15:024-93738], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:23:15.501Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:23:15.502Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T06:23:15.502Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:23:15.502Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:23:15.512Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:23:15.513Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:23:15.513Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:23:15.513Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:15.513Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:15.513Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552595513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:23:16.536Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:23:16.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:23:16.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:16.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:16.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:16.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:17.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:17.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:17.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:17.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:18.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:18.539Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:18.539Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:18.539Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:19.540Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:19.540Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:19.540Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:19.541Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:20.541Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:20.542Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:20.542Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:20.542Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:21.542Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:21.543Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:21.543Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:21.543Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:22.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:22.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:22.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:22.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:23.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:23.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:23.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:23.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:24.546Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:23:24.546Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:23:24.546Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T06:23:24.547Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:23:24.547Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:23:24.594Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:23:24.594Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:23:24.594Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:23:24.594Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:24.594Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:23:24.595Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:24.916Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:23:24.920Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T06:23:24.920Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:23:24.920Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:24.921Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:23:24.921Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:24.921Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:24.921Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552604920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:25.921Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:23:25.922Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:23:25.922Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:25.923Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:25.923Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:25.923Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.001Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17912804252747622013/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T06:23:26.534Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:23:26.534Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:23:26.535Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:23:26.536Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T06:23:26.573Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T06:23:26.573Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:23:26.573Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T06:23:26.573Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:23:26.574Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:26.574Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:26.574Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552606573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:27.574Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:23:27.575Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T06:23:27.575Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:23:27.575Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:27.575Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:27.575Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552607574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:23:28.575Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:23:28.600Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:23:28.604Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:23:28.617Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:23:58.618Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:23:58.627Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T06:23:58.627Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T06:23:58.628Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T06:23:58.635Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:23:58.652Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T06:23:58.652Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T06:23:58.659Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:23:58.788Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T06:23:58.789Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:23:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[192664], x-aai-txid=[2-aai-resources-230323-06:23:58:332-4391], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:23:58.789Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:23:58.789Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:23:58.789Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:23:58.797Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:23:58.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:23:58.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:23:58.798Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:58.798Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:58.798Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552638797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:23:59.826Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:23:59.827Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:23:59.827Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:23:59.827Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:23:59.827Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:23:59.827Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:00.828Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:00.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:00.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:00.829Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:01.830Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:01.830Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:01.831Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:01.831Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:02.831Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:02.832Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:02.832Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:02.832Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:03.753Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:03.758Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552595513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.759Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.760Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552604920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552606573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T06:24:03.761Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552607574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552638797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.762Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-23T06:24:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:24:03.763Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:24:03.833Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:03.833Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:03.833Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:03.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:04.834Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:04.835Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:04.835Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:04.835Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:05.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:05.836Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:05.837Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:05.837Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:06.837Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:06.838Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:06.838Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:06.838Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:07.838Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:24:07.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:24:07.839Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T06:24:07.840Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:24:07.840Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:24:07.880Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:24:07.881Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:24:07.881Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:24:07.881Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:07.881Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:24:07.882Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:08.148Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:24:08.151Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T06:24:08.151Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:24:08.152Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:08.152Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:24:08.152Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:08.152Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:08.152Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552648151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:09.154Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:24:09.155Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:24:09.155Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.155Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.240Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8999667966553590511/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.784Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:24:09.785Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:24:09.786Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T06:24:09.822Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T06:24:09.823Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:24:09.823Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T06:24:09.823Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:24:09.823Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:09.823Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:09.823Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552649823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:10.824Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:24:10.824Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T06:24:10.824Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:24:10.824Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:10.824Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:10.824Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552650824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:11.825Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:24:11.844Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:24:11.848Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:24:11.848Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:24:11.849Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:24:11.849Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:24:11.849Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:11.849Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:11.849Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:11.849Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:11.849Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:24:11.861Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:24:41.861Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:24:41.871Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T06:24:41.871Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T06:24:41.871Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T06:24:41.875Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:24:41.889Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?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-23T06:24:41.889Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T06:24:41.900Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:24:42.048Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T06:24:42.049Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:24:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[504016], x-aai-txid=[2-aai-resources-230323-06:24:41:575-75749], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:24:42.049Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:24:42.049Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:24:42.049Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:24:42.056Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:24:42.056Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:24:42.056Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:24:42.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:42.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:42.057Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552682056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:24:43.079Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:24:43.079Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:24:43.080Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:43.080Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:43.080Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:43.080Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:44.080Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:44.081Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:44.081Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:44.081Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:45.082Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:45.082Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:45.082Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:45.082Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:46.083Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:46.084Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:46.084Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:46.084Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:47.085Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:47.086Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:47.086Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:47.086Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:48.087Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:48.087Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:48.087Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:48.087Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:49.088Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:49.089Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:49.089Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:49.089Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:50.090Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:50.091Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:50.091Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:50.091Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:51.092Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:51.092Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:51.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:51.093Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:24:52.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:24:52.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:52.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:52.094Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:53.095Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:24:53.096Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:24:53.096Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T06:24:53.096Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:24:53.096Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:24:53.138Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:24:53.139Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:24:53.139Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:24:53.139Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T06:24:53.139Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:24:53.140Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:53.487Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-23T06:24:53.493Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T06:24:53.493Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:53.493Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:53.493Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:24:53.494Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:53.494Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:53.494Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552693493,
  "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-23T06:24:54.495Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:24:54.496Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:24:54.496Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:24:54.497Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T06:24:54.498Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:24:54.498Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:24:54.590Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3346875835239398187/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.437Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.438Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.439Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T06:24:55.440Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.441Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T06:24:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T06:24:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T06:24:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:24:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:55.483Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552695483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:56.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:56.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T06:24:56.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:24:56.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:24:56.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:24:56.484Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552696484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:24:57.485Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:24:57.505Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:24:57.508Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:24:57.509Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:24:57.518Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:25:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:25:03.753Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:25:03.753Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:25:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:25:27.519Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:25:27.530Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T06:25:27.530Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T06:25:27.530Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T06:25:27.534Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:25:27.547Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T06:25:27.548Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0bd0fa0-b2ec-4733-841c-cdcf17c3a148], X-ECOMP-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], X-TransactionId=[], X-ONAP-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], Content-Type=[application/merge-patch+json]}
2023-03-23T06:25:27.557Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:25:27.708Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:25:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[397496], x-aai-txid=[2-aai-resources-230323-06:25:27:231-3868], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:25:27.709Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:25:27.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T06:25:27.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:25:27.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:25:27.715Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:25:27.715Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:25:27.716Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:25:27.716Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:27.716Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:27.717Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552727716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:25:28.749Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:25:28.749Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:25:28.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:28.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:28.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:28.750Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:25:29.751Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:29.752Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:29.752Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:29.752Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:25:30.753Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:30.753Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:30.753Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:30.753Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:25:31.755Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:31.755Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:31.755Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:31.755Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:25:32.757Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:32.757Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:32.758Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:32.758Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:25:33.759Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:33.759Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:33.759Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:33.759Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:25:34.760Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:34.760Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:34.760Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:34.760Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:25:35.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:25:35.761Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:35.762Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:35.762Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:25:36.763Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:25:36.763Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:25:36.763Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T06:25:36.763Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:25:36.763Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:25:36.799Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:25:36.799Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:25:36.800Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:25:36.800Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T06:25:36.800Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:25:36.800Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:25:36.822Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:25:36.822Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7357ca57
2023-03-23T06:25:36.822Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:25:36.822Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:25:36.823Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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 ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:25:36.823Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:25:36.823Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:25:36.823Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:25:36.823Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:36.823Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:36.823Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552736823,
  "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-23T06:25:37.824Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T06:25:37.869Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T06:25:37.869Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:25:37.869Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T06:25:37.869Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:25:37.869Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:37.869Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:37.869Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552737869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:25:38.870Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:25:38.870Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T06:25:38.870Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:25:38.870Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:25:38.871Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:25:38.871Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552738870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:25:39.871Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:25:39.894Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:25:39.898Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:25:39.898Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:25:39.898Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:25:39.898Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:25:39.898Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:25:39.899Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:25:39.899Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:25:39.899Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:25:39.899Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:25:39.910Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:26:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:26:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552648151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552649823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552650824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552682056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:26:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.757Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.758Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552693493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552695483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552696484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T06:26:03.759Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:26:09.913Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:26:09.924Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T06:26:09.924Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T06:26:09.924Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T06:26:09.927Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:26:09.939Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?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-23T06:26:09.939Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T06:26:09.946Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:26:10.096Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T06:26:10.097Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:26:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[200848], x-aai-txid=[1-aai-resources-230323-06:26:09:621-19043], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:26:10.097Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:26:10.097Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:26:10.098Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:26:10.107Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:26:10.107Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:26:10.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:26:10.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:10.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:10.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552770108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:26:11.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:26:11.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:26:11.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:11.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:11.135Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:11.135Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:12.135Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:12.135Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:12.136Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:12.136Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:13.136Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:13.137Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:13.137Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:13.137Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:14.137Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:14.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:14.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:14.138Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:15.139Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:15.139Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:15.139Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:15.139Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:16.140Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:16.140Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:16.140Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:16.140Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:17.141Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:17.141Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:17.141Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:17.141Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:18.142Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:18.142Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:18.143Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:18.143Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:19.143Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:19.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:19.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:19.144Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:26:20.145Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:26:20.145Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:26:20.145Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T06:26:20.146Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:26:20.146Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:26:20.194Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:26:20.194Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:26:20.194Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:26:20.195Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:26:20.195Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:26:20.195Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:20.217Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:26:20.217Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@78d6ca73
2023-03-23T06:26:20.217Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:26:20.217Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:20.218Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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 90f56e1c-8043-40b3-b9a9-6591f190a9d0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:26:20.218Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:20.218Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:20.218Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:26:20.218Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:20.218Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:20.218Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552780218,
  "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-23T06:26:21.219Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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:90f56e1c-8043-40b3-b9a9-6591f190a9d0)
Error message 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-23T06:26:21.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists
2023-03-23T06:26:21.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:21.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists)
2023-03-23T06:26:21.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:26:21.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:21.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:21.268Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552781268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:26:22.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:22.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists)
2023-03-23T06:26:22.269Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:26:22.270Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:22.270Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:22.270Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552782269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:26:23.270Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:26:23.290Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:26:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:26:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:26:23.293Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:26:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:26:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:26:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:26:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:26:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:26:23.294Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:23.303Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:26:53.304Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:26:53.313Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T06:26:53.313Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T06:26:53.314Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T06:26:53.322Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:26:53.340Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?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-23T06:26:53.341Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T06:26:53.347Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:26:53.539Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T06:26:53.540Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:26:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[189], vertex-id=[569552], x-aai-txid=[2-aai-resources-230323-06:26:53:021-45135], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:26:53.540Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:26:53.540Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:26:53.540Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:53.548Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:26:53.548Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:26:53.548Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:26:53.548Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:53.548Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:53.548Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552813548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:26:54.580Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:26:54.580Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c1fae859-1175-44ff-94dc-4ecae49990f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b0c3cf6-6afb-4373-bb43-bcc0d830183e","serviceDescription":"service","serviceInvariantUUID":"ccb8adf6-2f28-4864-b729-dba8023d01d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8b7076-4cff-4a16-af33-57da4eb5215f","resourceInvariantUUID":"df784b87-4398-4e68-b2e8-18e060d17119","resourceCustomizationUUID":"fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa","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":"NmRlNDkyODllZTBjOTlkMzUyMTFkZjI4ZGMyMzYwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"612042bf-d3b2-4f3e-8761-72b39d309ea1","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":"8dcfd60b-e0de-4f00-a42f-c7868f6f846e","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":"390688d4-ec99-4028-b223-0cff2a768eee","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":"NTljMDY3M2QwM2Y4NjMzNDg4MjYyZGZjMWRhYmZmOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab3017fa-4416-40ab-ac82-18e097c73318","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":"579871ac-11b6-467f-adea-4bddc05804d8","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":"4eacfb41-8e1a-42f8-8b12-7a89c75177a7","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":"f52aca65-9566-43f9-8f42-851c872704bb","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":"YzdlNDI4YTUzMzQ0YmMxYzlhZTc3ZjZhZjY3NDA2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36beacfc-fbaa-4c13-8d6f-c20e2ca5988e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd5b275-36f3-45f8-9c67-e435d19b18e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:26:54.581Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:54.581Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:54.581Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:54.581Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:55.582Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:55.582Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:55.582Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:55.582Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:56.583Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:56.583Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:56.583Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:56.583Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:57.584Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:57.584Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:57.584Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:57.584Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:58.585Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:58.585Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:58.585Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:58.585Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:26:59.586Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:26:59.586Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:26:59.586Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:26:59.586Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:00.587Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:00.587Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:00.587Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:00.587Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:01.587Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:01.588Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:01.588Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:01.588Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:02.588Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:02.589Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:02.589Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:02.589Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:27:03.590Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b0c3cf6-6afb-4373-bb43-bcc0d830183e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccb8adf6-2f28-4864-b729-dba8023d01d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8b7076-4cff-4a16-af33-57da4eb5215f",
      "resourceInvariantUUID": "df784b87-4398-4e68-b2e8-18e060d17119",
      "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": "M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1dd5b275-36f3-45f8-9c67-e435d19b18e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:27:03.590Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:27:03.590Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC
2023-03-23T06:27:03.590Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c1fae859-1175-44ff-94dc-4ecae49990f7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
ServiceInvariantUUID:ccb8adf6-2f28-4864-b729-dba8023d01d2
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:1dd5b275-36f3-45f8-9c67-e435d19b18e0
ArtifactChecksum:M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
ResourceInvariantUUID:df784b87-4398-4e68-b2e8-18e060d17119
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4f8b7076-4cff-4a16-af33-57da4eb5215f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:27:03.591Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:27:03.623Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:27:03.623Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:27:03.623Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:27:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:27:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:27:03.624Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5de1b452
2023-03-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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 1dd5b275-36f3-45f8-9c67-e435d19b18e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:03.641Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:27:03.642Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:03.642Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:03.642Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552823641,
  "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-23T06:27:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:27:03.753Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version95: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version96: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T06:27:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:27:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:27:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:27:03.771Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:27:03.789Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:27:03.789Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:27:03.789Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:27:03.793Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:27:03.793Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:27:03.793Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:27:03.793Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1896, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:27:03.794Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:27:03.794Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:27:04.642Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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:1dd5b275-36f3-45f8-9c67-e435d19b18e0)
Error message 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-23T06:27:04.685Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists
2023-03-23T06:27:04.685Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:04.685Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists)
2023-03-23T06:27:04.685Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:27:04.685Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:04.685Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:04.686Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552824685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552727716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.811Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:27:04.812Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552736823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552737869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552738870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552770108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.813Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.814Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552780218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552781268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
}
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552782269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
}
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552813548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.815Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.816Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552823641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:27:04.817Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:04.817Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:27:04.817Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552824685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
}
2023-03-23T06:27:04.817Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:27:05.686Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:05.687Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists)
2023-03-23T06:27:05.687Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:27:05.687Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:05.687Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:05.687Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552825686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:27:06.688Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:27:06.714Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:27:06.717Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:27:06.718Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:06.728Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:27:36.728Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:27:36.734Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and serviceModelVersionId: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T06:27:36.735Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb8adf6-2f28-4864-b729-dba8023d01d2
2023-03-23T06:27:36.735Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0
2023-03-23T06:27:36.738Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:27:36.750Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||Invoke
2023-03-23T06:27:36.750Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[82f11a58-c94a-4d3f-b714-c27ab49c20db], X-ECOMP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], X-TransactionId=[], X-ONAP-RequestID=[c1fae859-1175-44ff-94dc-4ecae49990f7], Content-Type=[application/merge-patch+json]}
2023-03-23T06:27:36.758Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:27:36.904Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:27:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[209040], x-aai-txid=[2-aai-resources-230323-06:27:36:434-78944], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:27:36.905Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:27:36.906Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||InvokeReturn
2023-03-23T06:27:36.906Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:27:36.906Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:36.913Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:27:36.913Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1fae859-1175-44ff-94dc-4ecae49990f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:27:36.913Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:27:36.914Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:36.914Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:36.914Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552856913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:27:37.942Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-23T06:27:37.942Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7661c0f8-ce92-44a0-a937-6c1f611f07fe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a2c88ed9-3e16-4cc9-92d2-8c817dcb7504","serviceDescription":"service","serviceInvariantUUID":"ec311991-52c3-4584-a90d-e9bfe01bf37a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"859ad0b6-562a-41f3-8ec7-fb5586e8faba","resourceInvariantUUID":"2a627966-975d-4ac2-a8fd-193508a5831c","resourceCustomizationUUID":"b50e770c-2da2-4937-a16d-b1562e4dafc7","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":"NmY0Nzc3ZDdmODYxN2RlNmIxNzUzMzFlODg3Y2Y2OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e23cf2af-cb1a-4cb0-8928-ed90c29031d4","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":"c03ec116-ff1f-445f-b60e-e4beab9ca5b4","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":"9edbd52b-4ba9-460c-866a-9d60511e929a","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":"MGI0NDllZjI1NWYwYTMwNmQyOTcyYTc3Y2JlMzk3NmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a80b717b-1987-4e1d-93c9-b079b076a4ef","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":"94063ff9-442e-4faa-8057-274adc4f2a08","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":"ec9f984c-0cf3-4678-a586-0b77c0109d3e","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":"742a1837-6f3b-4e2a-a561-7c38d87f691d","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":"MGYxMWU4YTU1OThjMWQwYzk3MTY2NTRlMTNjOTYwZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9228678-b704-4e95-b24c-faf010545f6d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c787c972-a026-47e0-b044-48098cfa7982","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:27:37.943Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:37.943Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:37.943Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:37.943Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:38.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:38.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:38.944Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:38.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:39.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:39.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:39.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:39.945Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:40.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:40.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:40.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:40.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:41.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:41.946Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:41.947Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:41.947Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:42.947Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:42.947Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:42.947Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:42.947Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:43.948Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:43.948Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:43.948Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:43.948Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:44.949Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:44.949Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:44.949Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:44.949Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "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-23T06:27:45.951Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:27:45.951Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:45.951Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:45.951Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:27:46.952Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2c88ed9-3e16-4cc9-92d2-8c817dcb7504",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec311991-52c3-4584-a90d-e9bfe01bf37a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b50e770c-2da2-4937-a16d-b1562e4dafc7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "859ad0b6-562a-41f3-8ec7-fb5586e8faba",
      "resourceInvariantUUID": "2a627966-975d-4ac2-a8fd-193508a5831c",
      "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": "NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c787c972-a026-47e0-b044-48098cfa7982"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:27:46.952Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:27:46.952Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC
2023-03-23T06:27:46.952Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7661c0f8-ce92-44a0-a937-6c1f611f07fe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
ServiceInvariantUUID:ec311991-52c3-4584-a90d-e9bfe01bf37a
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:c787c972-a026-47e0-b044-48098cfa7982
ArtifactChecksum:NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b50e770c-2da2-4937-a16d-b1562e4dafc7
ResourceInvariantUUID:2a627966-975d-4ac2-a8fd-193508a5831c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:859ad0b6-562a-41f3-8ec7-fb5586e8faba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:27:46.952Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:27:46.988Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:27:46.988Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:27:46.989Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-23T06:27:46.989Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c787c972-a026-47e0-b044-48098cfa7982 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:27:46.989Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-23T06:27:46.989Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:47.006Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-23T06:27:47.006Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@50c0ccaa
2023-03-23T06:27:47.006Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:27:47.006Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:47.006Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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 c787c972-a026-47e0-b044-48098cfa7982 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:27:47.006Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:47.007Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:47.007Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:27:47.007Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:47.007Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:47.007Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552867006,
  "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-23T06:27:48.008Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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:c787c972-a026-47e0-b044-48098cfa7982)
Error message 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-23T06:27:48.025Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:48.025Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 859ad0b6-562a-41f3-8ec7-fb5586e8faba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T06:27:48.033Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:48.055Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba test-pnf
2023-03-23T06:27:48.055Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:27:48.055Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:27:48.055Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba 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-23T06:27:48.062Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:27:48.081Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:27:48.087Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 859ad0b6-562a-41f3-8ec7-fb5586e8faba 0 ASDC deployResourceStructure
2023-03-23T06:27:48.088Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:27:48.088Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:48.088Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:48.088Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:27:48.089Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:27:48.089Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:27:48.089Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552868088,
  "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-23T06:27:49.089Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:27:49.117Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:27:49.121Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:27:49.121Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:27:49.121Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:27:49.121Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:27:49.121Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:27:49.122Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:27:49.122Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:27:49.122Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-23T06:27:49.122Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:27:49.135Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:28:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:28:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.762Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552825686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
}
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552856913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.763Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.764Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552120453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552867006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:03.765Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:28:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552868088,
  "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-23T06:28:03.766Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:28:19.136Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:28:19.145Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and serviceModelVersionId: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:28:19.146Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec311991-52c3-4584-a90d-e9bfe01bf37a
2023-03-23T06:28:19.146Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0
2023-03-23T06:28:19.153Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:28:19.168Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||Invoke
2023-03-23T06:28:19.168Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7661c0f8-ce92-44a0-a937-6c1f611f07fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f90e046-e986-4ece-bf62-83e98109c463], X-ECOMP-RequestID=[7661c0f8-ce92-44a0-a937-6c1f611f07fe], X-TransactionId=[], X-ONAP-RequestID=[7661c0f8-ce92-44a0-a937-6c1f611f07fe], Content-Type=[application/merge-patch+json]}
2023-03-23T06:28:19.174Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T06:28:19.305Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:28:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[434360], x-aai-txid=[0-aai-resources-230323-06:28:18:850-7659], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:28:19.305Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:28:19.306Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||InvokeReturn
2023-03-23T06:28:19.306Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:28:19.307Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:28:19.313Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:28:19.313Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7661c0f8-ce92-44a0-a937-6c1f611f07fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-23T06:28:19.313Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:28:19.314Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:28:19.314Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:28:19.314Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552899313,
  "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-23T06:28:20.339Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T06:28:20.340Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T06:28:20.340Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 1 disconnected.
2023-03-23T06:28:20.341Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 2 disconnected.
2023-03-23T06:28:20.341Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 107518 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-23T06:28:20.341Z||pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:28:20.341Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:28:20.341Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:28:20.341Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:28:20.346Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-49a82147-c2da-4437-8b3a-6476ae4a920e
2023-03-23T06:28:20.346Z||pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:28:20.346Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:28:20.346Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:28:22.121Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:25.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:28.138Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:31.147Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:34.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:37.164Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:40.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:43.181Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:46.190Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:49.198Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:52.207Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:55.214Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:28:58.221Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:29:01.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:29:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:03.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:29:03.769Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:29:03.775Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-49a82147-c2da-4437-8b3a-6476ae4a920e', protocol='range'}
2023-03-23T06:29:03.776Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:29:03.781Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:29:03.782Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:29:03.782Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:29:03.782Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:29:03.782Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:29:03.782Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:29:03.782Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-49a82147-c2da-4437-8b3a-6476ae4a920e=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:29:03.798Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-49a82147-c2da-4437-8b3a-6476ae4a920e', protocol='range'}
2023-03-23T06:29:03.798Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:29:03.799Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:29:03.799Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:29:03.799Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:29:03.799Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:29:03.803Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:29:03.804Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:29:03.804Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:29:03.804Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:29:03.804Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:29:03.804Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:29:03.805Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:29:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:29:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:29:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1946, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:29:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:29:03.806Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:29:04.823Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:29:04.824Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552899313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-23T06:29:04.824Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:29:04.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:29:04.895Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:29:04.896Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:29:04.896Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:04.896Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:04.897Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:05.898Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:29:05.898Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:05.898Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:05.898Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:06.899Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:29:06.899Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:06.899Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:06.900Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:07.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:29:07.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:07.901Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:07.902Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:08.903Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:29:08.903Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:08.903Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:08.903Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:09.905Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:29:09.905Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:09.905Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:09.905Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:10.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:29:10.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:10.908Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:10.908Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:11.910Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "serviceName": "basic_onboard_CtDGOv",
  "serviceVersion": "1.0",
  "serviceUUID": "71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff34ca85-bee9-4563-94cd-f646546ad434",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CtDGOv 0",
      "resourceCustomizationUUID": "741c5590-4b2a-4cfa-8f03-7ae54ec2249b",
      "resourceName": "basic_onboard_CtDGOv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a96b768-d2f2-4d7c-abc8-93fe06d28976",
      "resourceInvariantUUID": "3e71067f-1225-4e83-9bf5-c0210be5325b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ctdgov0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
          "artifactChecksum": "NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6414da9-b457-41ad-acc7-f0eb7e321f8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
            "generatedFromUUID": "92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "67e5d4a5-2220-42a4-9712-ad9f564f46f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCtdgov-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
      "artifactChecksum": "MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c25b759a-3e74-41cc-b273-e31d9ba030d2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:29:11.910Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:29:11.910Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC
2023-03-23T06:29:11.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:00357cd3-bad3-45fb-9a0f-d52fff09fe55
ServiceName:basic_onboard_CtDGOv
ServiceVersion:1.0
ServiceUUID:71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
ServiceInvariantUUID:ff34ca85-bee9-4563-94cd-f646546ad434
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCtdgov-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
ArtifactUUID:c25b759a-3e74-41cc-b273-e31d9ba030d2
ArtifactChecksum:MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CtDGOv 0
ResourceCustomizationUUID:741c5590-4b2a-4cfa-8f03-7ae54ec2249b
ResourceInvariantUUID:3e71067f-1225-4e83-9bf5-c0210be5325b
ResourceName:basic_onboard_CtDGOv
ResourceType:VF
ResourceUUID:2a96b768-d2f2-4d7c-abc8-93fe06d28976
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ctdgov0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
ArtifactUUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a
ArtifactChecksum:NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI=
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml
ArtifactUUID:92726b7b-8d90-4ed6-a323-e7b1e6c6ec22
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
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/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env
ArtifactUUID:67e5d4a5-2220-42a4-9712-ad9f564f46f4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:29:11.910Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:29:11.951Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:29:11.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:29:11.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:29:11.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c25b759a-3e74-41cc-b273-e31d9ba030d2 from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T06:29:11.952Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:29:11.953Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar
2023-03-23T06:29:11.981Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:29:11.981Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4c8933c3
2023-03-23T06:29:11.981Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardCtdgov-csar.csar /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar c25b759a-3e74-41cc-b273-e31d9ba030d2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar ASDC sendASDCNotification
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(Specified artifact is  not found)
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:11.982Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552951982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:12.984Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-BasicOnboardCtdgov-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar(UUID:c25b759a-3e74-41cc-b273-e31d9ba030d2)
Error message 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-23T06:29:13.003Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T06:29:13.003Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T06:29:13.006Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||basic_onboard_CtDGOv 0
2023-03-23T06:29:13.006Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a96b768-d2f2-4d7c-abc8-93fe06d28976
2023-03-23T06:29:13.006Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6414da9-b457-41ad-acc7-f0eb7e321f8a from URL: /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T06:29:13.006Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:29:13.006Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json
2023-03-23T06:29:13.020Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:29:13.020Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@64f9ee53
2023-03-23T06:29:13.020Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:29:13.020Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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": [
        "BasicOnboardCtdgov"
      ]
    }
  }
}
2023-03-23T06:29:13.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ctdgov0_modules.json /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json d6414da9-b457-41ad-acc7-f0eb7e321f8a Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:29:13.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json ASDC sendASDCNotification
2023-03-23T06:29:13.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(Specified artifact is  not found)
2023-03-23T06:29:13.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:29:13.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:29:13.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:29:13.021Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552953021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:29:14.022Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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_ctdgov0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json(UUID:d6414da9-b457-41ad-acc7-f0eb7e321f8a)
Error message 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-23T06:29:14.022Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:29:14.051Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:29:14.056Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:29:14.056Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:29:44.057Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:29:44.078Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:29:44.082Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:29:44.082Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:30:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:30:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:30:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:30:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:30:14.082Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:30:14.103Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:30:14.106Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:30:14.106Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:30:44.107Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:30:44.129Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:30:44.133Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:30:44.134Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:31:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.754Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552951982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:31:03.755Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-23T06:31:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552953021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:31:03.756Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:31:14.134Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:31:14.153Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:31:14.157Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:31:14.157Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:31:44.158Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:31:44.182Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:31:44.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:31:44.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:32:03.752Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:32:14.186Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:32:14.205Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:32:14.208Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:32:14.209Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:32:44.209Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:32:44.232Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:32:44.235Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:32:44.235Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:33:03.754Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:33:14.236Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:33:14.263Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:33:14.268Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:33:14.268Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:33:44.268Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:33:44.291Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:33:44.295Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-23T06:33:44.295Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-23T06:34:03.755Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:34:04.968Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:34:04.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Member SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-49a82147-c2da-4437-8b3a-6476ae4a920e 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-23T06:34:04.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-23T06:34:04.968Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-23T06:34:07.335Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:34:07.349Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:34:07.349Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:34:07.354Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:34:07.355Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:34:07.370Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:34:07.370Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:34:07.370Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:34:07.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:34:07.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:34:07.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:34:07.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1956, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:34:07.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:34:07.375Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:34:14.295Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-23T06:34:14.296Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:34:14.306Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and serviceModelVersionId: 71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f
2023-03-23T06:34:14.307Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff34ca85-bee9-4563-94cd-f646546ad434
2023-03-23T06:34:14.307Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0
2023-03-23T06:34:14.315Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:34:14.341Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?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-23T06:34:14.342Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|500||Invoke
2023-03-23T06:34:14.351Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T06:34:14.384Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-23T06:34:14.385Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 06:34:14 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[31], x-aai-txid=[1-aai-resources-230323-06:34:14:027-55289], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:34:14.386Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","ERR.5.4.6114"]}}}

2023-03-23T06:34:14.389Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:34:14.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-23T06:34:14.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:34:14.390Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-23T06:34:14.397Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|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-23T06:34:14.397Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00357cd3-bad3-45fb-9a0f-d52fff09fe55 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec=ERR.5.4.6114)
2023-03-23T06:34:14.397Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-23T06:34:14.397Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:14.398Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:14.398Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553254397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:34:14.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:34:14.419Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553254397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d00357cd3-bad3-45fb-9a0f-d52fff09fe55 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ff34ca85-bee9-4563-94cd-f646546ad434/model-vers/model-ver/71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f) (ec\u003dERR.5.4.6114)"
}
2023-03-23T06:34:14.419Z||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-23T06:34:15.422Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:34:15.422Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"dbb71dd3-6981-489d-b9c1-18db4a602911","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ef4780d2-2188-43d8-a862-fd6cb8ed56d9","serviceDescription":"service","serviceInvariantUUID":"fd31957b-2848-49fa-ad38-d91397039317","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"034ce846-dfc3-4fa5-9f60-8de28ed619a7","resourceInvariantUUID":"318657a6-6635-45d8-8fb9-6a1e0af209c0","resourceCustomizationUUID":"11571b01-80fc-430b-8cdd-1c5469ec7b50","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":"ZGRiNWY5ODM0ZmEwOTgyY2VhOWMxOTE4ZjdiZWIyNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e718161-ca94-49a1-a044-4b409a9d78da","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f36bf3f-1a90-455a-a8a5-da525da40ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:34:15.422Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:15.422Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:15.422Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:15.423Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:34:16.423Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:16.424Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:16.424Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:16.424Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:34:17.425Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ef4780d2-2188-43d8-a862-fd6cb8ed56d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fd31957b-2848-49fa-ad38-d91397039317",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "11571b01-80fc-430b-8cdd-1c5469ec7b50",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "034ce846-dfc3-4fa5-9f60-8de28ed619a7",
      "resourceInvariantUUID": "318657a6-6635-45d8-8fb9-6a1e0af209c0",
      "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": "ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f36bf3f-1a90-455a-a8a5-da525da40ecd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:34:17.425Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:34:17.425Z|00357cd3-bad3-45fb-9a0f-d52fff09fe55|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC
2023-03-23T06:34:17.426Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:dbb71dd3-6981-489d-b9c1-18db4a602911
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ef4780d2-2188-43d8-a862-fd6cb8ed56d9
ServiceInvariantUUID:fd31957b-2848-49fa-ad38-d91397039317
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:1f36bf3f-1a90-455a-a8a5-da525da40ecd
ArtifactChecksum:ZDYzNTQxNWM1Mzk5ZTY5OWViMDA2MGQ3ZjBiZWQxYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:11571b01-80fc-430b-8cdd-1c5469ec7b50
ResourceInvariantUUID:318657a6-6635-45d8-8fb9-6a1e0af209c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:034ce846-dfc3-4fa5-9f60-8de28ed619a7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-23T06:34:17.426Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef4780d2-2188-43d8-a862-fd6cb8ed56d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:34:17.460Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:34:17.460Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:34:17.460Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:34:17.460Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-23T06:34:17.460Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:34:17.460Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:17.490Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:34:17.490Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@cd4c74b
2023-03-23T06:34:17.490Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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 1f36bf3f-1a90-455a-a8a5-da525da40ecd Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:17.491Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553257491,
  "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-23T06:34:18.493Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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:1f36bf3f-1a90-455a-a8a5-da525da40ecd)
Error message 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-23T06:34:18.537Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||ERROR|500||Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists
2023-03-23T06:34:18.538Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:18.538Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists)
2023-03-23T06:34:18.538Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:34:18.538Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:18.538Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:18.538Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553258537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:34:19.539Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:19.539Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists)
2023-03-23T06:34:19.540Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:34:19.540Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:19.540Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:19.540Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553259539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:34:20.541Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:34:20.564Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:34:20.568Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:34:20.569Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:20.593Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:34:50.594Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:34:50.602Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbb71dd3-6981-489d-b9c1-18db4a602911 and serviceModelVersionId: ef4780d2-2188-43d8-a862-fd6cb8ed56d9
2023-03-23T06:34:50.602Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd31957b-2848-49fa-ad38-d91397039317
2023-03-23T06:34:50.602Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0
2023-03-23T06:34:50.608Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:34:50.628Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||Invoke
2023-03-23T06:34:50.628Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef638839-fac4-4d4f-b014-2bb6d87dc97c], X-ECOMP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], X-TransactionId=[], X-ONAP-RequestID=[dbb71dd3-6981-489d-b9c1-18db4a602911], Content-Type=[application/merge-patch+json]}
2023-03-23T06:34:50.635Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:34:50.778Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:34:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[180264], x-aai-txid=[1-aai-resources-230323-06:34:50:313-27779], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:34:50.779Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:34:50.779Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fd31957b-2848-49fa-ad38-d91397039317/model-vers/model-ver/ef4780d2-2188-43d8-a862-fd6cb8ed56d9?depth=0|INFO|500||InvokeReturn
2023-03-23T06:34:50.780Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:34:50.780Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:50.788Z|dbb71dd3-6981-489d-b9c1-18db4a602911|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-23T06:34:50.788Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbb71dd3-6981-489d-b9c1-18db4a602911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:34:50.788Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:34:50.789Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:50.789Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:50.789Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553290788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:34:51.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:34:51.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"db817a23-07f3-4966-bff8-3c5d2697a749","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3377c2d8-3434-4467-85e8-83ff56bcdd07","serviceDescription":"service","serviceInvariantUUID":"8acc502c-aab4-46ae-b6db-e2bab6b16eac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7f4aba40-98e7-4d29-b8f7-5e62646bfab0","resourceInvariantUUID":"644d5d0c-ba34-439a-aed1-6b91cf0b7ab1","resourceCustomizationUUID":"9bb91b39-01ce-46be-8da1-9018b629f4f1","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":"NzMyZWYwYzE5M2I0ZjlkMmY2YWUwM2UxMGZkNGQwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"893f2f96-5019-498d-8d02-e70a9084f9f6","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":"ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a05d1b6f-daf4-4714-a4b5-64f2bf071576","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":"84e4a583-cce2-426b-b1f9-091db10a371e","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":"c30d5c8b-145d-46ce-b6a9-ccadfef5db3a","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":"07df573a-136e-4421-b69d-3dde6e8973b3","artifactVersion":"2","generatedFromUUID":"84e4a583-cce2-426b-b1f9-091db10a371e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVjZWU0MDU4MzMxZTJjNGNmZTg3YTRlMWY4YjYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96f60e97-220e-4bc3-a526-b6d5fb98e6f8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83254901-5c7c-4086-b478-1c91f7d91786","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:34:51.818Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:51.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:51.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:51.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:34:52.819Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:52.820Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:52.820Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:52.820Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:34:53.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:53.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:53.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:53.821Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:34:54.822Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:54.822Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:54.822Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:54.822Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:34:55.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:55.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:55.823Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:55.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:34:56.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:56.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:56.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:56.824Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:34:57.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:34:57.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:57.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:57.825Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:34:58.826Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3377c2d8-3434-4467-85e8-83ff56bcdd07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8acc502c-aab4-46ae-b6db-e2bab6b16eac",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bb91b39-01ce-46be-8da1-9018b629f4f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7f4aba40-98e7-4d29-b8f7-5e62646bfab0",
      "resourceInvariantUUID": "644d5d0c-ba34-439a-aed1-6b91cf0b7ab1",
      "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": "ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a05d1b6f-daf4-4714-a4b5-64f2bf071576",
          "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": "84e4a583-cce2-426b-b1f9-091db10a371e",
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
            "generatedFromUUID": "84e4a583-cce2-426b-b1f9-091db10a371e"
          },
          "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": "07df573a-136e-4421-b69d-3dde6e8973b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83254901-5c7c-4086-b478-1c91f7d91786"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:34:58.826Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:34:58.826Z|dbb71dd3-6981-489d-b9c1-18db4a602911|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC
2023-03-23T06:34:58.827Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:db817a23-07f3-4966-bff8-3c5d2697a749
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3377c2d8-3434-4467-85e8-83ff56bcdd07
ServiceInvariantUUID:8acc502c-aab4-46ae-b6db-e2bab6b16eac
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:83254901-5c7c-4086-b478-1c91f7d91786
ArtifactChecksum:MzllZTBkMDZlYTQ2ZTJhNzY1OWY0YzNlYjE4MDEzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bb91b39-01ce-46be-8da1-9018b629f4f1
ResourceInvariantUUID:644d5d0c-ba34-439a-aed1-6b91cf0b7ab1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7f4aba40-98e7-4d29-b8f7-5e62646bfab0
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:a05d1b6f-daf4-4714-a4b5-64f2bf071576
ArtifactChecksum:ZWNlYjhjNGQ4Njc0MjhjODVmYjg0ZWMwMjExZjg5OTQ=
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:84e4a583-cce2-426b-b1f9-091db10a371e
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:07df573a-136e-4421-b69d-3dde6e8973b3
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:07df573a-136e-4421-b69d-3dde6e8973b3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:34:58.827Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3377c2d8-3434-4467-85e8-83ff56bcdd07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:34:58.886Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:34:58.887Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:34:58.887Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:34:58.887Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 83254901-5c7c-4086-b478-1c91f7d91786 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-23T06:34:58.887Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:34:58.888Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:34:58.909Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:34:58.909Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@686ba5f
2023-03-23T06:34:58.909Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|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 83254901-5c7c-4086-b478-1c91f7d91786 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:58.910Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553298910,
  "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-23T06:34:59.911Z|db817a23-07f3-4966-bff8-3c5d2697a749|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:83254901-5c7c-4086-b478-1c91f7d91786)
Error message 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-23T06:34:59.955Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||ERROR|500||Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists
2023-03-23T06:34:59.956Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:34:59.956Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 83254901-5c7c-4086-b478-1c91f7d91786 already exists)
2023-03-23T06:34:59.956Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:34:59.956Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:34:59.956Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:34:59.956Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:00.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:35:00.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|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: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists)
2023-03-23T06:35:00.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:35:00.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:00.958Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:00.959Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553300958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:01.960Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:35:01.983Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:35:01.990Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:01.991Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:35:02.003Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:35:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:35:03.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553257491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553258537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1f36bf3f-1a90-455a-a8a5-da525da40ecd already exists"
}
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553259539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 034ce846-dfc3-4fa5-9f60-8de28ed619a7 already exists"
}
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "dbb71dd3-6981-489d-b9c1-18db4a602911",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553290788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:35:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:35:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553298910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553299956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 83254901-5c7c-4086-b478-1c91f7d91786 already exists"
}
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553300958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7f4aba40-98e7-4d29-b8f7-5e62646bfab0 already exists"
}
2023-03-23T06:35:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:35:32.003Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db817a23-07f3-4966-bff8-3c5d2697a749 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:35:32.013Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db817a23-07f3-4966-bff8-3c5d2697a749 and serviceModelVersionId: 3377c2d8-3434-4467-85e8-83ff56bcdd07
2023-03-23T06:35:32.014Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8acc502c-aab4-46ae-b6db-e2bab6b16eac
2023-03-23T06:35:32.014Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0
2023-03-23T06:35:32.019Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:35:32.031Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?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-23T06:35:32.032Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||Invoke
2023-03-23T06:35:32.040Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:35:32.192Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0|INFO|500||InvokeReturn
2023-03-23T06:35:32.192Z|db817a23-07f3-4966-bff8-3c5d2697a749|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/8acc502c-aab4-46ae-b6db-e2bab6b16eac/model-vers/model-ver/3377c2d8-3434-4467-85e8-83ff56bcdd07?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:35:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[471248], x-aai-txid=[2-aai-resources-230323-06:35:31:719-87257], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:35:32.192Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:35:32.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:35:32.193Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:35:32.199Z|db817a23-07f3-4966-bff8-3c5d2697a749|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-23T06:35:32.199Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db817a23-07f3-4966-bff8-3c5d2697a749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:35:32.200Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:35:32.200Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:32.200Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:32.200Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553332200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:35:33.229Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:35:33.230Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"76d3e770-7a88-4565-9c87-b59e98e3d9ba","serviceName":"Demo_pNF_TSGIWBxyT8xOTIFxY06q","serviceVersion":"1.0","serviceUUID":"5f654911-c5e3-45bc-b6a7-0da4a44216f4","serviceDescription":"catalog service description","serviceInvariantUUID":"5242d226-e91d-4813-a0cd-7b7e3256b479","resources":[{"resourceInstanceName":"pNF 8aafe3a0-f800 0","resourceName":"pNF 8aafe3a0-f800","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8174ac0b-1469-4eb2-876f-1b72fd4e4722","resourceInvariantUUID":"2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2","resourceCustomizationUUID":"fe25aa40-0f34-412b-8f46-c221593019fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml","artifactChecksum":"NjNkMWEzY2Q3NWIwOTEwYmMwYjFiZTVmOTRjNjFhYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16840f93-3499-49ba-afcd-80b00c46bd16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c6c2aa-eaa7-4dee-b324-89f6243d6635","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba009088-ece6-484c-a26b-9f295f0a93bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml","artifactChecksum":"YTRhMWI4ZGZjZTFmYzY4YTEyNWQ0OGFkOWMxODYxM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c633b69b-d00d-44d4-a7c2-21efb012a55f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb4ced9a-68d1-456b-a5d2-a2a9cd41affd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebeed87a-e64f-455c-90eb-06794bc5aa70","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml","artifactChecksum":"NmI3ZmFiMDI4ODRjOGI1MWVlOTJhZjQ3NTA5ZGVjN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea39960c-c90e-443d-b3e8-bc73ad0676a0","artifactVersion":"1"},{"artifactName":"service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar","artifactChecksum":"MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec4219ba-5db7-4ce4-b4af-6db3392a494c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:35:33.230Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:33.230Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:33.230Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:33.230Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:34.231Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:34.231Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:34.231Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:34.232Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:35.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:35.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:35.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:35.233Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:36.235Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:36.235Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:36.235Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:36.235Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:37.236Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:37.237Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:37.237Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:37.237Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:38.238Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:38.239Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:38.239Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:38.239Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:39.240Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:39.241Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:39.241Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:39.241Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:40.242Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:35:40.243Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:40.243Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:40.243Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:41.245Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "serviceName": "Demo_pNF_TSGIWBxyT8xOTIFxY06q",
  "serviceVersion": "1.0",
  "serviceUUID": "5f654911-c5e3-45bc-b6a7-0da4a44216f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5242d226-e91d-4813-a0cd-7b7e3256b479",
  "resources": [
    {
      "resourceInstanceName": "pNF 8aafe3a0-f800 0",
      "resourceCustomizationUUID": "fe25aa40-0f34-412b-8f46-c221593019fa",
      "resourceName": "pNF 8aafe3a0-f800",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8174ac0b-1469-4eb2-876f-1b72fd4e4722",
      "resourceInvariantUUID": "2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
      "artifactChecksum": "MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec4219ba-5db7-4ce4-b4af-6db3392a494c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:35:41.245Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:35:41.245Z|db817a23-07f3-4966-bff8-3c5d2697a749|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC
2023-03-23T06:35:41.246Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:76d3e770-7a88-4565-9c87-b59e98e3d9ba
ServiceName:Demo_pNF_TSGIWBxyT8xOTIFxY06q
ServiceVersion:1.0
ServiceUUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
ServiceInvariantUUID:5242d226-e91d-4813-a0cd-7b7e3256b479
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
ArtifactUUID:ec4219ba-5db7-4ce4-b4af-6db3392a494c
ArtifactChecksum:MjJiYzEwZTcyYTlhNDJiMjJiYWFmY2FkMDdjNzdiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8aafe3a0-f800 0
ResourceCustomizationUUID:fe25aa40-0f34-412b-8f46-c221593019fa
ResourceInvariantUUID:2b7e7ea8-e74f-4df0-aa27-a5ae5b6f52a2
ResourceName:pNF 8aafe3a0-f800
ResourceType:PNF
ResourceUUID:8174ac0b-1469-4eb2-876f-1b72fd4e4722
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:35:41.246Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f654911-c5e3-45bc-b6a7-0da4a44216f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:35:41.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:35:41.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:35:41.282Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:35:41.283Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c from URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:41.283Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:35:41.283Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:41.570Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-23T06:35:41.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ec4219ba-5db7-4ce4-b4af-6db3392a494c 88017
2023-03-23T06:35:41.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:35:41.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:41.572Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:35:41.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:41.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:41.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553341572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:42.573Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:35:42.574Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:35:42.575Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c, URL: /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar to file: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:42.575Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:42.576Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:42.576Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:42.669Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2218237041237090489/Definitions/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8aafe3a0-f800 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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar
2023-03-23T06:35:43.234Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Node template pNF 8aafe3a0-f800 0 is matching search criteria
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8aafe3a0-f800 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:35:43.235Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:35:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:35:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:35:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:35:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:35:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:35:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_TSGIWBxyT8xOTIFxY06q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:35:43.236Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TSGIWBxyT8xOTIFxY06q
Description:catalog service description
Model UUID:5f654911-c5e3-45bc-b6a7-0da4a44216f4
Model Version:NULL
Model InvariantUuid:5242d226-e91d-4813-a0cd-7b7e3256b479
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-23T06:35:43.278Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||ERROR|500||Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists
2023-03-23T06:35:43.278Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:35:43.278Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists)
2023-03-23T06:35:43.278Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:35:43.278Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:43.278Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:43.278Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553343278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:44.279Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar ASDC sendASDCNotification
2023-03-23T06:35:44.279Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar(Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists)
2023-03-23T06:35:44.280Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:35:44.280Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:35:44.280Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:35:44.280Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553344279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:35:45.281Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:35:45.303Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:35:45.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:35:45.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:35:45.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:35:45.306Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:35:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:35:45.307Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:35:45.320Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:36:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "db817a23-07f3-4966-bff8-3c5d2697a749",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553332200,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:36:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:36:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:36:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:36:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:36:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/resourceInstances/pnf8aafe3a0f8000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553341572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553343278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ec4219ba-5db7-4ce4-b4af-6db3392a494c already exists"
}
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553344279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTsgiwbxyt8xotifxy06q/1.0/artifacts/service-DemoPnfTsgiwbxyt8xotifxy06q-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 8174ac0b-1469-4eb2-876f-1b72fd4e4722 already exists"
}
2023-03-23T06:36:03.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:36:15.320Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:36:15.331Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d3e770-7a88-4565-9c87-b59e98e3d9ba and serviceModelVersionId: 5f654911-c5e3-45bc-b6a7-0da4a44216f4
2023-03-23T06:36:15.331Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5242d226-e91d-4813-a0cd-7b7e3256b479
2023-03-23T06:36:15.331Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0
2023-03-23T06:36:15.335Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:36:15.346Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||Invoke
2023-03-23T06:36:15.346Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a6fc658-c05a-4db5-8b23-b96057a81b67], X-ECOMP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], X-TransactionId=[], X-ONAP-RequestID=[76d3e770-7a88-4565-9c87-b59e98e3d9ba], Content-Type=[application/merge-patch+json]}
2023-03-23T06:36:15.352Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:36:15.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:36:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[479440], x-aai-txid=[1-aai-resources-230323-06:36:15:031-51279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:36:15.505Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:36:15.506Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5242d226-e91d-4813-a0cd-7b7e3256b479/model-vers/model-ver/5f654911-c5e3-45bc-b6a7-0da4a44216f4?depth=0|INFO|500||InvokeReturn
2023-03-23T06:36:15.506Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:36:15.506Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:36:15.513Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|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-23T06:36:15.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d3e770-7a88-4565-9c87-b59e98e3d9ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:36:15.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:36:15.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:15.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:15.514Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553375514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:36:16.535Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:36:16.535Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"8048160c-0dbb-425b-93be-4598cae89654","serviceName":"Demo_pNF_fIJk0b5tbfd9A20uHUi8","serviceVersion":"1.0","serviceUUID":"44800041-5ac8-4055-ad18-c599da4f2437","serviceDescription":"catalog service description","serviceInvariantUUID":"25592cf7-cff5-46c5-93ae-9c1f1cf539ec","resources":[{"resourceInstanceName":"pNF 53e4e614-a985 0","resourceName":"pNF 53e4e614-a985","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"805b1a1d-8c48-4f18-8029-f430f26d1a72","resourceInvariantUUID":"db09cb1f-71a5-461f-b26d-079284d7ac05","resourceCustomizationUUID":"9526ca99-5eaf-4e3a-bc47-df7a9bca901d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml","artifactChecksum":"ZTI1YjY2NDkxNjY4MjdmM2I2ZmEyN2IzMmJiOWNkZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b831f-c57a-4dd4-8beb-4dfc3d7de481","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88f56e0d-105a-49eb-bc08-27ade28c9676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59163b09-5fcd-4cd9-a9e8-bad4498e9894","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5NWVhOGJkYjA3OWM0MDU0ZjY1YzRjNTRiMjk5OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff4b025c-d309-413a-9084-aa789a1c1482","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16229257-152c-447f-87c0-43066a404ca2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30cf9e6-baf1-4a0d-ad14-565acb8b86ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml","artifactChecksum":"ODBmZGY2ZTY5ZjRlYTExYzkxMzM1YjFiY2JmYjk5NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4debf4dd-f129-4a2b-aac7-608faaf44f55","artifactVersion":"1"},{"artifactName":"service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar","artifactChecksum":"NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cb12c96-7ed3-4277-9c2d-4936f27db17a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:36:16.536Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:16.536Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:16.536Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:16.536Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:17.536Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:17.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:17.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:17.537Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:18.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:18.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:18.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:18.538Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:19.539Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:19.539Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:19.539Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:19.539Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:20.540Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:20.540Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:20.541Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:20.541Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:21.541Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:21.541Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:21.542Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:21.542Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:22.543Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:22.543Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:22.543Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:22.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:23.544Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:23.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:23.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:23.545Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:24.546Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "serviceName": "Demo_pNF_fIJk0b5tbfd9A20uHUi8",
  "serviceVersion": "1.0",
  "serviceUUID": "44800041-5ac8-4055-ad18-c599da4f2437",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "25592cf7-cff5-46c5-93ae-9c1f1cf539ec",
  "resources": [
    {
      "resourceInstanceName": "pNF 53e4e614-a985 0",
      "resourceCustomizationUUID": "9526ca99-5eaf-4e3a-bc47-df7a9bca901d",
      "resourceName": "pNF 53e4e614-a985",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "805b1a1d-8c48-4f18-8029-f430f26d1a72",
      "resourceInvariantUUID": "db09cb1f-71a5-461f-b26d-079284d7ac05",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
      "artifactChecksum": "NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0cb12c96-7ed3-4277-9c2d-4936f27db17a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:36:24.546Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:36:24.546Z|76d3e770-7a88-4565-9c87-b59e98e3d9ba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44800041-5ac8-4055-ad18-c599da4f2437 ASDC
2023-03-23T06:36:24.546Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8048160c-0dbb-425b-93be-4598cae89654
ServiceName:Demo_pNF_fIJk0b5tbfd9A20uHUi8
ServiceVersion:1.0
ServiceUUID:44800041-5ac8-4055-ad18-c599da4f2437
ServiceInvariantUUID:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
ArtifactUUID:0cb12c96-7ed3-4277-9c2d-4936f27db17a
ArtifactChecksum:NTRhZDJiNDUzNDRjNDU0ODAzZmRmNWE0YTI3YTA5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53e4e614-a985 0
ResourceCustomizationUUID:9526ca99-5eaf-4e3a-bc47-df7a9bca901d
ResourceInvariantUUID:db09cb1f-71a5-461f-b26d-079284d7ac05
ResourceName:pNF 53e4e614-a985
ResourceType:PNF
ResourceUUID:805b1a1d-8c48-4f18-8029-f430f26d1a72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:36:24.547Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44800041-5ac8-4055-ad18-c599da4f2437 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:36:24.589Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:36:24.590Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:36:24.590Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:36:24.590Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a from URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:24.590Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:36:24.590Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:24.887Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-23T06:36:24.889Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar 0cb12c96-7ed3-4277-9c2d-4936f27db17a 88010
2023-03-23T06:36:24.890Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:36:24.890Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:24.890Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:36:24.890Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:24.891Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:24.891Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553384890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:25.892Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:36:25.893Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:36:25.893Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a, URL: /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar to file: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:25.893Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:25.894Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:25.894Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:25.970Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12285500371561600418/Definitions/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.502Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53e4e614-a985 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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|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-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Node template pNF 53e4e614-a985 0 is matching search criteria
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 53e4e614-a985 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:36:26.503Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:36:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:36:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:36:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:36:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:36:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:36:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_fIJk0b5tbfd9A20uHUi8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:36:26.504Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fIJk0b5tbfd9A20uHUi8
Description:catalog service description
Model UUID:44800041-5ac8-4055-ad18-c599da4f2437
Model Version:NULL
Model InvariantUuid:25592cf7-cff5-46c5-93ae-9c1f1cf539ec
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-23T06:36:26.537Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||ERROR|500||Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists
2023-03-23T06:36:26.537Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:36:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists)
2023-03-23T06:36:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:36:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:26.538Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553386537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar ASDC sendASDCNotification
2023-03-23T06:36:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar(Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists)
2023-03-23T06:36:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:36:27.540Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:27.541Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:27.541Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553387540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:36:28.543Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:36:28.565Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:36:28.569Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:36:28.570Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:36:28.570Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:36:28.570Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:36:28.570Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:36:28.571Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:36:28.571Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:36:28.571Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:36:28.571Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:36:28.585Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:36:58.586Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8048160c-0dbb-425b-93be-4598cae89654 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:36:58.597Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8048160c-0dbb-425b-93be-4598cae89654 and serviceModelVersionId: 44800041-5ac8-4055-ad18-c599da4f2437
2023-03-23T06:36:58.597Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25592cf7-cff5-46c5-93ae-9c1f1cf539ec
2023-03-23T06:36:58.598Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0
2023-03-23T06:36:58.606Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:36:58.620Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?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-23T06:36:58.620Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||Invoke
2023-03-23T06:36:58.628Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:36:58.754Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0|INFO|500||InvokeReturn
2023-03-23T06:36:58.754Z|8048160c-0dbb-425b-93be-4598cae89654|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/25592cf7-cff5-46c5-93ae-9c1f1cf539ec/model-vers/model-ver/44800041-5ac8-4055-ad18-c599da4f2437?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:36:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[192664], x-aai-txid=[2-aai-resources-230323-06:36:58:306-37920], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:36:58.754Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:36:58.755Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:36:58.755Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:36:58.762Z|8048160c-0dbb-425b-93be-4598cae89654|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-23T06:36:58.762Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8048160c-0dbb-425b-93be-4598cae89654 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:36:58.763Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:36:58.763Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:58.763Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:58.763Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553418763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:36:59.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:36:59.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"13277e4f-39ec-4009-b2c4-2ea4781b07a0","serviceName":"Demo_pNF_n8hYAecBXR55oefi1lSF","serviceVersion":"1.0","serviceUUID":"07d56e24-608d-4c1b-9792-4bbfbeb7ee2e","serviceDescription":"catalog service description","serviceInvariantUUID":"0654ba58-3b2f-4004-996d-299bf4becfdd","resources":[{"resourceInstanceName":"pNF e7e4ffe0-4661 0","resourceName":"pNF e7e4ffe0-4661","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19e36ab6-6542-4db2-984a-b3f20324fed7","resourceInvariantUUID":"8d4ae985-d760-4866-9475-caab2198c013","resourceCustomizationUUID":"126895c4-4895-47e7-a601-c873064ea274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml","artifactChecksum":"YTUwMDBiOGQxNDBlMTI4Y2YyNGNkYzNlNjlmNzUwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50a838f3-291f-4ad9-a013-c8c7362ff4ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar","artifactChecksum":"NDA2NGRlZDFjMWI1YWY0MjhiNWE1MmU0Yzk3NzllZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d53e5e73-8038-4ede-ad9b-1a2d869238e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e5db4e3-56a1-42e2-9136-7d3c950f48f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml","artifactChecksum":"Yzk0ZDgwYzIyY2JhZTk2Y2YwODlmMDU1MTlhYTdjOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18d909fa-e869-493c-92a5-3ccbedfa02a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c085313-2d4c-46ee-8cc4-087c3621a9df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b340f8fb-b632-47e2-9f68-58997c459bec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml","artifactChecksum":"MGE0ODExZTZiYjA5MTA3NTk4MmZjZDRhMjk5YTkxYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb88c31-b25e-4c8b-8cef-3988d0a143eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar","artifactChecksum":"YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c76a30f-ca46-49d1-ba6a-26e790176df4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:36:59.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:36:59.791Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:36:59.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:36:59.792Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:00.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:00.794Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:00.795Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:00.795Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:01.795Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:01.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:01.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:01.796Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:02.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:02.797Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:02.798Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:02.798Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:03.753Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "76d3e770-7a88-4565-9c87-b59e98e3d9ba",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553375514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.760Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/resourceInstances/pnf53e4e614a9850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:37:03.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553384890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553386537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0cb12c96-7ed3-4277-9c2d-4936f27db17a already exists"
}
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553387540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFijk0b5tbfd9a20uhui8/1.0/artifacts/service-DemoPnfFijk0b5tbfd9a20uhui8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 805b1a1d-8c48-4f18-8029-f430f26d1a72 already exists"
}
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "8048160c-0dbb-425b-93be-4598cae89654",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553418763,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:37:03.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:37:03.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:37:03.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:37:03.799Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:03.799Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:03.799Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:03.799Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:04.800Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:04.800Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:04.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:04.801Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:05.802Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:05.802Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:05.802Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:05.802Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:06.803Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:06.803Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:06.803Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:06.803Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:07.804Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "serviceName": "Demo_pNF_n8hYAecBXR55oefi1lSF",
  "serviceVersion": "1.0",
  "serviceUUID": "07d56e24-608d-4c1b-9792-4bbfbeb7ee2e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0654ba58-3b2f-4004-996d-299bf4becfdd",
  "resources": [
    {
      "resourceInstanceName": "pNF e7e4ffe0-4661 0",
      "resourceCustomizationUUID": "126895c4-4895-47e7-a601-c873064ea274",
      "resourceName": "pNF e7e4ffe0-4661",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19e36ab6-6542-4db2-984a-b3f20324fed7",
      "resourceInvariantUUID": "8d4ae985-d760-4866-9475-caab2198c013",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
      "artifactChecksum": "YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c76a30f-ca46-49d1-ba6a-26e790176df4"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:37:07.804Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:37:07.804Z|8048160c-0dbb-425b-93be-4598cae89654|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC
2023-03-23T06:37:07.804Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:13277e4f-39ec-4009-b2c4-2ea4781b07a0
ServiceName:Demo_pNF_n8hYAecBXR55oefi1lSF
ServiceVersion:1.0
ServiceUUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
ServiceInvariantUUID:0654ba58-3b2f-4004-996d-299bf4becfdd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
ArtifactUUID:4c76a30f-ca46-49d1-ba6a-26e790176df4
ArtifactChecksum:YTI2MTM0ODVhYzRhNzNmZDg0NTM5ZWRlOGFlNDgxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e7e4ffe0-4661 0
ResourceCustomizationUUID:126895c4-4895-47e7-a601-c873064ea274
ResourceInvariantUUID:8d4ae985-d760-4866-9475-caab2198c013
ResourceName:pNF e7e4ffe0-4661
ResourceType:PNF
ResourceUUID:19e36ab6-6542-4db2-984a-b3f20324fed7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:37:07.805Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:37:07.836Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:37:07.837Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:37:07.837Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:37:07.837Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 from URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:07.837Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:37:07.837Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:08.142Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-23T06:37:08.146Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar 4c76a30f-ca46-49d1-ba6a-26e790176df4 88001
2023-03-23T06:37:08.146Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:37:08.146Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:08.147Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:37:08.147Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:08.147Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:08.147Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553428146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:09.148Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:37:09.149Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:37:09.149Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4, URL: /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar to file: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.150Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.150Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.150Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.253Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17657546778932828530/Definitions/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e7e4ffe0-4661 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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:09.817Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Node template pNF e7e4ffe0-4661 0 is matching search criteria
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e7e4ffe0-4661 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:37:09.818Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:09.819Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n8hYAecBXR55oefi1lSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-23T06:37:09.819Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n8hYAecBXR55oefi1lSF
Description:catalog service description
Model UUID:07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
Model Version:NULL
Model InvariantUuid:0654ba58-3b2f-4004-996d-299bf4becfdd
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-23T06:37:09.861Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||ERROR|500||Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists
2023-03-23T06:37:09.861Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:37:09.861Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists)
2023-03-23T06:37:09.861Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:37:09.862Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:09.862Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:09.862Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553429861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:10.863Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar ASDC sendASDCNotification
2023-03-23T06:37:10.863Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar(Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists)
2023-03-23T06:37:10.863Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:37:10.863Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:10.863Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:10.863Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553430863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:11.864Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:37:11.896Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:37:11.901Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:37:11.901Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:37:11.901Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:37:11.901Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:37:11.901Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:11.902Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:11.902Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:11.902Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:11.902Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:37:11.917Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:37:41.918Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:37:41.926Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and serviceModelVersionId: 07d56e24-608d-4c1b-9792-4bbfbeb7ee2e
2023-03-23T06:37:41.927Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0654ba58-3b2f-4004-996d-299bf4becfdd
2023-03-23T06:37:41.927Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0
2023-03-23T06:37:41.934Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:37:41.956Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||Invoke
2023-03-23T06:37:41.956Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54d455d4-f0cd-4b10-855e-bea667b54d34], X-ECOMP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], X-TransactionId=[], X-ONAP-RequestID=[13277e4f-39ec-4009-b2c4-2ea4781b07a0], Content-Type=[application/merge-patch+json]}
2023-03-23T06:37:41.962Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:37:42.111Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:37:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[504016], x-aai-txid=[0-aai-resources-230323-06:37:41:641-16644], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:37:42.112Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:37:42.113Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0654ba58-3b2f-4004-996d-299bf4becfdd/model-vers/model-ver/07d56e24-608d-4c1b-9792-4bbfbeb7ee2e?depth=0|INFO|500||InvokeReturn
2023-03-23T06:37:42.113Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:37:42.113Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:37:42.120Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|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-23T06:37:42.120Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13277e4f-39ec-4009-b2c4-2ea4781b07a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:37:42.120Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:37:42.121Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:42.121Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:42.121Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553462120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:37:43.150Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:37:43.150Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"1a5c8f54-5424-4b8a-a519-3e8fe34f45fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09496fa8-92b5-4c59-a5be-6c3b1401942d","serviceDescription":"service","serviceInvariantUUID":"3be5c11f-ea8f-455a-bf2a-0a5d2165e02e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1","resourceInvariantUUID":"e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0","resourceCustomizationUUID":"e56af4ce-fbae-4d25-8cc1-4c36de178ef8","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":"MzQ1MTg1OGE0ZTg2ZjRhZTY3OWQ4YzEyNmJlYmU4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e953a65-4672-4ce6-ac76-92b9c48dabe5","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":"NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd071b8b-9daa-40bf-93e5-e40cfd54c7ae","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":"13503c45-e162-4bf6-80bc-04d911539007","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":"feff6d71-a5a2-41d9-bd51-ec43bf2ef04a","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":"234edd52-a2bd-4bcf-bb91-9befd6520bf7","artifactVersion":"2","generatedFromUUID":"054df4fe-8f3c-4def-a9a7-184ee85f1a04"},{"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":"5d9448fa-c834-437d-bc90-59401a1afb0b","artifactVersion":"2","generatedFromUUID":"13503c45-e162-4bf6-80bc-04d911539007"},{"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":"054df4fe-8f3c-4def-a9a7-184ee85f1a04","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":"86d81f69-bde1-49ac-a38c-cba171c6c956","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":"MmM5YWU4ZGFiN2VjYWU3ZThkZmJiODY2ZWVkY2ZiYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf29aa9-3587-4493-9d98-ffe1c85ebbde","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"981cf17e-caa8-48c1-86ce-3030f741b70a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:37:43.150Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:43.151Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:43.151Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:43.151Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:44.152Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:44.153Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:44.153Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:44.153Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:45.154Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:45.154Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:45.154Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:45.154Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:46.155Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:46.155Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:46.155Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:46.156Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:47.157Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:47.157Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:47.157Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:47.157Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:48.158Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:48.159Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:48.159Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:48.159Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:49.160Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:49.160Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:49.160Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:49.161Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:50.162Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:50.162Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:50.162Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:50.162Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:51.164Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:51.164Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:51.164Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:51.164Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:37:52.165Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:37:52.166Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:52.166Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:52.166Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:53.167Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09496fa8-92b5-4c59-a5be-6c3b1401942d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3be5c11f-ea8f-455a-bf2a-0a5d2165e02e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e56af4ce-fbae-4d25-8cc1-4c36de178ef8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1",
      "resourceInvariantUUID": "e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0",
      "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": "NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd071b8b-9daa-40bf-93e5-e40cfd54c7ae",
          "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": "13503c45-e162-4bf6-80bc-04d911539007",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
            "generatedFromUUID": "13503c45-e162-4bf6-80bc-04d911539007"
          },
          "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": "234edd52-a2bd-4bcf-bb91-9befd6520bf7",
          "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": "5d9448fa-c834-437d-bc90-59401a1afb0b",
          "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": "054df4fe-8f3c-4def-a9a7-184ee85f1a04",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "981cf17e-caa8-48c1-86ce-3030f741b70a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:37:53.168Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:37:53.168Z|13277e4f-39ec-4009-b2c4-2ea4781b07a0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC
2023-03-23T06:37:53.168Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
ServiceInvariantUUID:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
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:981cf17e-caa8-48c1-86ce-3030f741b70a
ArtifactChecksum:YjExNTFmYmZlYWM2MDE2NTVhM2NhMmEzNWY3YWRkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
ResourceInvariantUUID:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1
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:fd071b8b-9daa-40bf-93e5-e40cfd54c7ae
ArtifactChecksum:NzQyOTVkYmVlNGQxNDdjOWNmZDY5NTczMmJmYmU2ZDM=
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:13503c45-e162-4bf6-80bc-04d911539007
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:234edd52-a2bd-4bcf-bb91-9befd6520bf7
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:5d9448fa-c834-437d-bc90-59401a1afb0b
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:054df4fe-8f3c-4def-a9a7-184ee85f1a04
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:37:53.168Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09496fa8-92b5-4c59-a5be-6c3b1401942d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:37:53.209Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:37:53.209Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:37:53.209Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:37:53.209Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-23T06:37:53.210Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:37:53.210Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:53.717Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-23T06:37:53.723Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 981cf17e-caa8-48c1-86ce-3030f741b70a 163265
2023-03-23T06:37:53.723Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:53.724Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:53.724Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-23T06:37:53.724Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:53.724Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:53.724Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553473723,
  "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-23T06:37:54.725Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:37:54.725Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:37:54.726Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:37:54.726Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-23T06:37:54.726Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:37:54.727Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:37:54.813Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15244427414053610880/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-23T06:37:55.663Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-23T06:37:55.664Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.665Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:37:55.666Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=91f4cea6-ca20-4fc9-ba05-87a7c5960941
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-23T06:37:55.667Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.668Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09496fa8-92b5-4c59-a5be-6c3b1401942d
Model Version:NULL
Model InvariantUuid:3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:7fc83cda-52ac-450d-b4cf-945b953d054f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e98dd6ca-75b1-4bcf-bf6d-fdd6c15a13f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e56af4ce-fbae-4d25-8cc1-4c36de178ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:482f22c7-1b27-407e-8c7a-98fbfeec252e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6a7ccfe6-5937-414a-bd5e-948df39288a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0f023dd4-848c-41d6-9336-8c36f3a77023
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e78ee1ba-30bd-4fd5-947a-f5fc67a142d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:91f4cea6-ca20-4fc9-ba05-87a7c5960941
ModelInvariantUuid:bb48f15a-e130-4252-addf-3fa5f70ad44c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9c227b94-8a95-453b-826d-04bafd44f414
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6e498d60-880b-4c1b-a0b0-b3151ac97634
ModelInvariantUuid:9bbc8d2f-fa50-4038-b03c-926243242bf2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:39fe66b9-e83f-46eb-8233-f41d170385f3
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-23T06:37:55.709Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||ERROR|500||Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists
2023-03-23T06:37:55.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:55.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists)
2023-03-23T06:37:55.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:37:55.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:55.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:55.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553475710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:56.710Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:56.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists)
2023-03-23T06:37:56.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:37:56.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:37:56.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:37:56.711Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553476710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:37:57.712Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:37:57.737Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:37:57.741Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:37:57.741Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:37:57.741Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:37:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:37:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:57.742Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:37:57.743Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:37:57.756Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:38:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:38:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:38:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:38:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:38:27.757Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:38:27.767Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and serviceModelVersionId: 09496fa8-92b5-4c59-a5be-6c3b1401942d
2023-03-23T06:38:27.767Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3be5c11f-ea8f-455a-bf2a-0a5d2165e02e
2023-03-23T06:38:27.767Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0
2023-03-23T06:38:27.773Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:38:27.789Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||Invoke
2023-03-23T06:38:27.789Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc5fbaab-7c4e-4f49-b52e-df31ac63660d], X-ECOMP-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], X-TransactionId=[], X-ONAP-RequestID=[1a5c8f54-5424-4b8a-a519-3e8fe34f45fb], Content-Type=[application/merge-patch+json]}
2023-03-23T06:38:27.796Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:38:27.940Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:38:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[397496], x-aai-txid=[1-aai-resources-230323-06:38:27:475-48743], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:38:27.941Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:38:27.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3be5c11f-ea8f-455a-bf2a-0a5d2165e02e/model-vers/model-ver/09496fa8-92b5-4c59-a5be-6c3b1401942d?depth=0|INFO|500||InvokeReturn
2023-03-23T06:38:27.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:38:27.942Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:38:27.949Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|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-23T06:38:27.950Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5c8f54-5424-4b8a-a519-3e8fe34f45fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:38:27.950Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:38:27.950Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:27.950Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:27.950Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553507950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:38:28.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:38:28.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f7c3e25c-8faa-46d1-9ecf-43f23722473b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8bb17be0-502c-4193-bdde-713e100aa33c","serviceDescription":"service","serviceInvariantUUID":"a490264c-af68-4203-acdd-9599f12d269d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4908f86-f5a3-4899-9d6a-0dca5dfd5d72","resourceInvariantUUID":"1ee39786-8bb7-4a9e-bf07-2c76c6e9945a","resourceCustomizationUUID":"4c55bd49-bb9a-4017-ab56-d70d4e9d9afa","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":"NmRmMDBjNDNkMzdmYmVjN2JhNjRlYzMwNTUwNzI0Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4730dd2-725e-4f43-b3f9-aae195d07f8c","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":"MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a","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":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4","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":"ef51e727-2baa-4888-b879-6de5a9ea5a77","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":"31684809-328a-477b-9b13-e41e8406f5fe","artifactVersion":"2","generatedFromUUID":"bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"},{"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":"OWYzZWM4MzZhY2E4ZWQxZmUwMDhhMTU5NDA2MDk3OTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9be6b146-0fbe-462a-ba32-25e1335dad32","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":"ZGMwNjkwMDU5ZDI3ZWQzYTM2YmYzNTljZmVkNTUwNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b09834ce-03c9-4ee4-a776-9a90accee360","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ced42243-c23b-4968-8bf7-162fb20596fb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:38:28.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:28.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:28.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:28.977Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:38:29.978Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:29.978Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:29.978Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:29.978Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:38:30.979Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:30.979Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:30.979Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:30.980Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:38:31.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:31.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:31.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:31.981Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:38:32.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:32.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:32.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:32.983Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:38:33.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:33.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:33.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:33.985Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:38:34.987Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:34.987Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:34.987Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:34.987Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:38:35.988Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:38:35.989Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:35.989Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:35.989Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:38:36.990Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bb17be0-502c-4193-bdde-713e100aa33c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a490264c-af68-4203-acdd-9599f12d269d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4c55bd49-bb9a-4017-ab56-d70d4e9d9afa",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4908f86-f5a3-4899-9d6a-0dca5dfd5d72",
      "resourceInvariantUUID": "1ee39786-8bb7-4a9e-bf07-2c76c6e9945a",
      "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": "MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a",
          "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": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4",
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
            "generatedFromUUID": "bdbe19b0-532e-4a3b-a6c1-c8d1260714d4"
          },
          "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": "31684809-328a-477b-9b13-e41e8406f5fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ced42243-c23b-4968-8bf7-162fb20596fb"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:38:36.991Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:38:36.991Z|1a5c8f54-5424-4b8a-a519-3e8fe34f45fb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8bb17be0-502c-4193-bdde-713e100aa33c ASDC
2023-03-23T06:38:36.991Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f7c3e25c-8faa-46d1-9ecf-43f23722473b
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8bb17be0-502c-4193-bdde-713e100aa33c
ServiceInvariantUUID:a490264c-af68-4203-acdd-9599f12d269d
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:ced42243-c23b-4968-8bf7-162fb20596fb
ArtifactChecksum:N2M4YTZjMzU2OTg0ZGU4Mzc0NDIyMDQ0NzI3ZGFmNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4c55bd49-bb9a-4017-ab56-d70d4e9d9afa
ResourceInvariantUUID:1ee39786-8bb7-4a9e-bf07-2c76c6e9945a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b4908f86-f5a3-4899-9d6a-0dca5dfd5d72
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:8edb3d0a-7a86-4e24-92f1-2a65d9fbb25a
ArtifactChecksum:MTRjNWJlZmE2MDEwZGZhYWFiMDhlOTU2MWEyNDkxNzI=
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:bdbe19b0-532e-4a3b-a6c1-c8d1260714d4
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:31684809-328a-477b-9b13-e41e8406f5fe
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:31684809-328a-477b-9b13-e41e8406f5fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-23T06:38:36.991Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bb17be0-502c-4193-bdde-713e100aa33c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:38:37.035Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:38:37.036Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:38:37.036Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:38:37.036Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ced42243-c23b-4968-8bf7-162fb20596fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-23T06:38:37.036Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:38:37.036Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:38:37.056Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:38:37.056Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1f0f4344
2023-03-23T06:38:37.056Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:38:37.056Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-23T06:38:37.057Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ced42243-c23b-4968-8bf7-162fb20596fb Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:38:37.057Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-23T06:38:37.057Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-23T06:38:37.057Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:38:37.057Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:37.057Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:37.057Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553517057,
  "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-23T06:38:38.059Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ced42243-c23b-4968-8bf7-162fb20596fb)
Error message 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-23T06:38:38.105Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||ERROR|500||Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists
2023-03-23T06:38:38.105Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:38:38.105Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: ced42243-c23b-4968-8bf7-162fb20596fb already exists)
2023-03-23T06:38:38.105Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:38:38.106Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:38.106Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:38.106Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553518105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:38:39.107Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:38:39.107Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists)
2023-03-23T06:38:39.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:38:39.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:38:39.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:38:39.108Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553519107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:38:40.110Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:38:40.130Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:38:40.133Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:38:40.134Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:38:40.147Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:39:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:39:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/resourceInstances/pnfe7e4ffe046610/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:39:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:39:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553428146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553429861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 4c76a30f-ca46-49d1-ba6a-26e790176df4 already exists"
}
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553430863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN8hyaecbxr55oefi1lsf/1.0/artifacts/service-DemoPnfN8hyaecbxr55oefi1lsf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 19e36ab6-6542-4db2-984a-b3f20324fed7 already exists"
}
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.755Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "13277e4f-39ec-4009-b2c4-2ea4781b07a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553462120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:39:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.756Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:39:03.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.757Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.758Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553473723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553475710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 981cf17e-caa8-48c1-86ce-3030f741b70a already exists"
}
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:39:03.759Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553476710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4d15e4f0-e891-41ec-b3cc-ccadc5fe5bd1 already exists"
}
2023-03-23T06:39:03.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:39:10.147Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:39:10.158Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7c3e25c-8faa-46d1-9ecf-43f23722473b and serviceModelVersionId: 8bb17be0-502c-4193-bdde-713e100aa33c
2023-03-23T06:39:10.158Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a490264c-af68-4203-acdd-9599f12d269d
2023-03-23T06:39:10.159Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0
2023-03-23T06:39:10.166Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:39:10.180Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?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-23T06:39:10.180Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||Invoke
2023-03-23T06:39:10.188Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:39:10.323Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0|INFO|500||InvokeReturn
2023-03-23T06:39:10.324Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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/a490264c-af68-4203-acdd-9599f12d269d/model-vers/model-ver/8bb17be0-502c-4193-bdde-713e100aa33c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:39:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[200848], x-aai-txid=[2-aai-resources-230323-06:39:09:866-72067], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:39:10.324Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:39:10.324Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:39:10.324Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:39:10.332Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|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-23T06:39:10.333Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7c3e25c-8faa-46d1-9ecf-43f23722473b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:39:10.333Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:39:10.334Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:10.334Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:10.334Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553550333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:39:11.374Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:39:11.374Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"1284799c-9569-4b00-84b1-2eaee4e9099a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91066490-9278-4862-9ebf-adb2544e46f7","serviceDescription":"service","serviceInvariantUUID":"8a8dbd6f-8656-470b-970e-0137f00a5cd5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"24c7b513-bba7-411c-ab4c-1bb8737ca38c","resourceInvariantUUID":"ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef","resourceCustomizationUUID":"37751b7c-a4c6-4633-9514-3d68b3a2f8a4","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":"NDk0YzNjYWNiY2M5YzE4ZGRhOTgwYTYwNmQzZDczZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bff0fd1a-5a6a-4acd-bac7-44cb3c30178c","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":"e171d47d-dd98-4be7-b244-8cdb82d96a91","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":"9cb544d3-ebf3-43f4-9988-0355a11a99ff","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":"YjVjOWNiYzcwNmQ3ZGEzNzc0ZDA4OGVlMzE5NTQwNjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93864958-0031-4fa6-b9c4-10aeb74ae19d","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":"34978576-2e9e-4510-a5c9-d2536bca89da","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":"35d59322-566a-405b-a66b-caf8ec8add9e","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":"8adfe8dd-b3cb-40d3-bd1c-7729971fdda0","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":"MTIzMzg4NTNlNjMxYWQwOGVjNWEzNjg2YzkwNWUzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94e23be7-0362-42d4-9534-ba0193337713","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90f56e1c-8043-40b3-b9a9-6591f190a9d0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:39:11.375Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:11.375Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:11.375Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:11.375Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:12.376Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:12.377Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:12.377Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:12.377Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:13.378Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:13.378Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:13.378Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:13.378Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:14.379Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:14.379Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:14.379Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:14.380Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:15.380Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:15.380Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:15.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:15.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:16.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:16.381Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:16.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:16.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:17.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:17.382Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:17.383Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:17.383Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:18.383Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:18.384Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:18.384Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:18.384Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:19.385Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:19.385Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:19.385Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:19.385Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:39:20.386Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91066490-9278-4862-9ebf-adb2544e46f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a8dbd6f-8656-470b-970e-0137f00a5cd5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "37751b7c-a4c6-4633-9514-3d68b3a2f8a4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "24c7b513-bba7-411c-ab4c-1bb8737ca38c",
      "resourceInvariantUUID": "ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef",
      "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": "ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90f56e1c-8043-40b3-b9a9-6591f190a9d0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:39:20.387Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:39:20.387Z|f7c3e25c-8faa-46d1-9ecf-43f23722473b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91066490-9278-4862-9ebf-adb2544e46f7 ASDC
2023-03-23T06:39:20.387Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1284799c-9569-4b00-84b1-2eaee4e9099a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91066490-9278-4862-9ebf-adb2544e46f7
ServiceInvariantUUID:8a8dbd6f-8656-470b-970e-0137f00a5cd5
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:90f56e1c-8043-40b3-b9a9-6591f190a9d0
ArtifactChecksum:ZWVkZTJlYWY3MTIwZmJmNTE4Y2ZmYjEwOTIwMTFiNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:37751b7c-a4c6-4633-9514-3d68b3a2f8a4
ResourceInvariantUUID:ba3662c1-4aab-4b74-b6ad-3a2fcc9432ef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:24c7b513-bba7-411c-ab4c-1bb8737ca38c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:39:20.387Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91066490-9278-4862-9ebf-adb2544e46f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:39:20.425Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:39:20.426Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:39:20.426Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:39:20.426Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:39:20.426Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:39:20.426Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:39:20.451Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:39:20.451Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1ed81ccb
2023-03-23T06:39:20.451Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:39:20.451Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:39:20.452Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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 90f56e1c-8043-40b3-b9a9-6591f190a9d0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:39:20.452Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:39:20.452Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:39:20.452Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:39:20.452Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:20.452Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:20.453Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553560452,
  "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-23T06:39:21.454Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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:90f56e1c-8043-40b3-b9a9-6591f190a9d0)
Error message 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-23T06:39:21.496Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||ERROR|500||Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists
2023-03-23T06:39:21.496Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T06:39:21.496Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists)
2023-03-23T06:39:21.496Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:39:21.497Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:21.497Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:21.497Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553561496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:39:22.497Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T06:39:22.498Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists)
2023-03-23T06:39:22.498Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:39:22.498Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:22.498Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:22.498Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553562497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:39:23.499Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:39:23.519Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:39:23.522Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:39:23.522Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:39:23.522Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:39:23.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:39:23.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:39:23.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:39:23.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:39:23.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:39:23.523Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:39:23.535Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:39:53.536Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:39:53.544Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1284799c-9569-4b00-84b1-2eaee4e9099a and serviceModelVersionId: 91066490-9278-4862-9ebf-adb2544e46f7
2023-03-23T06:39:53.545Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a8dbd6f-8656-470b-970e-0137f00a5cd5
2023-03-23T06:39:53.546Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0
2023-03-23T06:39:53.554Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:39:53.571Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?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-23T06:39:53.572Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||Invoke
2023-03-23T06:39:53.581Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:39:53.809Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0|INFO|500||InvokeReturn
2023-03-23T06:39:53.809Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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/8a8dbd6f-8656-470b-970e-0137f00a5cd5/model-vers/model-ver/91066490-9278-4862-9ebf-adb2544e46f7?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:39:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[224], vertex-id=[569552], x-aai-txid=[2-aai-resources-230323-06:39:53:259-59053], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:39:53.810Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:39:53.810Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:39:53.810Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:39:53.820Z|1284799c-9569-4b00-84b1-2eaee4e9099a|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-23T06:39:53.820Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1284799c-9569-4b00-84b1-2eaee4e9099a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:39:53.820Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:39:53.821Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:53.821Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:53.821Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553593820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:39:54.845Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:39:54.846Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"c1fae859-1175-44ff-94dc-4ecae49990f7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9b0c3cf6-6afb-4373-bb43-bcc0d830183e","serviceDescription":"service","serviceInvariantUUID":"ccb8adf6-2f28-4864-b729-dba8023d01d2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8b7076-4cff-4a16-af33-57da4eb5215f","resourceInvariantUUID":"df784b87-4398-4e68-b2e8-18e060d17119","resourceCustomizationUUID":"fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa","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":"NmRlNDkyODllZTBjOTlkMzUyMTFkZjI4ZGMyMzYwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"612042bf-d3b2-4f3e-8761-72b39d309ea1","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":"8dcfd60b-e0de-4f00-a42f-c7868f6f846e","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":"390688d4-ec99-4028-b223-0cff2a768eee","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":"NTljMDY3M2QwM2Y4NjMzNDg4MjYyZGZjMWRhYmZmOTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab3017fa-4416-40ab-ac82-18e097c73318","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":"579871ac-11b6-467f-adea-4bddc05804d8","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":"4eacfb41-8e1a-42f8-8b12-7a89c75177a7","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":"f52aca65-9566-43f9-8f42-851c872704bb","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":"YzdlNDI4YTUzMzQ0YmMxYzlhZTc3ZjZhZjY3NDA2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36beacfc-fbaa-4c13-8d6f-c20e2ca5988e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1dd5b275-36f3-45f8-9c67-e435d19b18e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:39:54.846Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:54.847Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:54.847Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:54.847Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:55.847Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:55.848Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:55.848Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:55.848Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:56.849Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:56.849Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:56.849Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:56.849Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:57.850Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:57.850Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:57.851Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:57.851Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:58.851Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:58.852Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:58.852Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:58.852Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:39:59.853Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:39:59.853Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:39:59.853Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:39:59.853Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:00.854Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:00.854Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:00.854Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:00.854Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:01.855Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:01.855Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:01.856Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:01.856Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:02.856Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:02.857Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:02.857Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:02.857Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:40:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:40:03.753Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: cached metadata has changed from (version98: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version99: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-23T06:40:03.767Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:40:03.768Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:40:03.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:40:03.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:40:03.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:40:03.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:40:03.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:40:03.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:40:03.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:40:03.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:40:03.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2023, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:40:03.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:40:03.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:40:03.858Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9b0c3cf6-6afb-4373-bb43-bcc0d830183e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccb8adf6-2f28-4864-b729-dba8023d01d2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8b7076-4cff-4a16-af33-57da4eb5215f",
      "resourceInvariantUUID": "df784b87-4398-4e68-b2e8-18e060d17119",
      "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": "M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1dd5b275-36f3-45f8-9c67-e435d19b18e0"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:40:03.858Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:40:03.858Z|1284799c-9569-4b00-84b1-2eaee4e9099a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC
2023-03-23T06:40:03.858Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c1fae859-1175-44ff-94dc-4ecae49990f7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9b0c3cf6-6afb-4373-bb43-bcc0d830183e
ServiceInvariantUUID:ccb8adf6-2f28-4864-b729-dba8023d01d2
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:1dd5b275-36f3-45f8-9c67-e435d19b18e0
ArtifactChecksum:M2RlZjM0MTgzNjI2MTM5MDc3MDA2YTQ5NDYyYTQyYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc9ca4ee-fa57-4b50-8cfb-ed1c909f09aa
ResourceInvariantUUID:df784b87-4398-4e68-b2e8-18e060d17119
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4f8b7076-4cff-4a16-af33-57da4eb5215f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:40:03.859Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b0c3cf6-6afb-4373-bb43-bcc0d830183e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:40:03.901Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:40:03.901Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:40:03.901Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:40:03.902Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:40:03.902Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:40:03.902Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:40:03.922Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:40:03.923Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e4c3bd2
2023-03-23T06:40:03.923Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:40:03.923Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:40:03.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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 1dd5b275-36f3-45f8-9c67-e435d19b18e0 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:40:03.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:40:03.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:40:03.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:40:03.924Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:03.925Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:03.925Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553603924,
  "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-23T06:40:04.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5c8f54-5424-4b8a-a519-3e8fe34f45fb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553507950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:40:04.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-23T06:40:04.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-23T06:40:04.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.815Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-23T06:40:04.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.816Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553517057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553518105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: ced42243-c23b-4968-8bf7-162fb20596fb already exists"
}
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.817Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553519107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: b4908f86-f5a3-4899-9d6a-0dca5dfd5d72 already exists"
}
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f7c3e25c-8faa-46d1-9ecf-43f23722473b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553550333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.818Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553560452,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:40:04.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553561496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 90f56e1c-8043-40b3-b9a9-6591f190a9d0 already exists"
}
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553562497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 24c7b513-bba7-411c-ab4c-1bb8737ca38c already exists"
}
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1284799c-9569-4b00-84b1-2eaee4e9099a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553593820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553603924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:40:04.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:40:04.926Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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:1dd5b275-36f3-45f8-9c67-e435d19b18e0)
Error message 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-23T06:40:04.968Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||ERROR|500||Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists
2023-03-23T06:40:04.969Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T06:40:04.969Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists)
2023-03-23T06:40:04.969Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:40:04.969Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:04.969Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:04.969Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553604969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:40:05.970Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-23T06:40:05.970Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists)
2023-03-23T06:40:05.971Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:40:05.971Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:05.971Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:05.971Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553605970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:40:06.972Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:40:06.994Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:40:06.999Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:40:06.999Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:40:06.999Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:40:07.000Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:40:07.000Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:40:07.000Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:40:07.000Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:40:07.000Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:40:07.000Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:40:07.015Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:40:37.015Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:40:37.027Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1fae859-1175-44ff-94dc-4ecae49990f7 and serviceModelVersionId: 9b0c3cf6-6afb-4373-bb43-bcc0d830183e
2023-03-23T06:40:37.028Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccb8adf6-2f28-4864-b729-dba8023d01d2
2023-03-23T06:40:37.028Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0
2023-03-23T06:40:37.036Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:40:37.051Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?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-23T06:40:37.052Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||Invoke
2023-03-23T06:40:37.059Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-23T06:40:37.211Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0|INFO|500||InvokeReturn
2023-03-23T06:40:37.212Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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/ccb8adf6-2f28-4864-b729-dba8023d01d2/model-vers/model-ver/9b0c3cf6-6afb-4373-bb43-bcc0d830183e?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:40:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[209040], x-aai-txid=[2-aai-resources-230323-06:40:36:738-28781], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:40:37.212Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:40:37.213Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:40:37.213Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:40:37.227Z|c1fae859-1175-44ff-94dc-4ecae49990f7|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-23T06:40:37.227Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1fae859-1175-44ff-94dc-4ecae49990f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-23T06:40:37.227Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:40:37.228Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:37.228Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:37.228Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553637227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:40:38.263Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:40:38.263Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"7661c0f8-ce92-44a0-a937-6c1f611f07fe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a2c88ed9-3e16-4cc9-92d2-8c817dcb7504","serviceDescription":"service","serviceInvariantUUID":"ec311991-52c3-4584-a90d-e9bfe01bf37a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"859ad0b6-562a-41f3-8ec7-fb5586e8faba","resourceInvariantUUID":"2a627966-975d-4ac2-a8fd-193508a5831c","resourceCustomizationUUID":"b50e770c-2da2-4937-a16d-b1562e4dafc7","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":"NmY0Nzc3ZDdmODYxN2RlNmIxNzUzMzFlODg3Y2Y2OTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e23cf2af-cb1a-4cb0-8928-ed90c29031d4","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":"c03ec116-ff1f-445f-b60e-e4beab9ca5b4","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":"9edbd52b-4ba9-460c-866a-9d60511e929a","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":"MGI0NDllZjI1NWYwYTMwNmQyOTcyYTc3Y2JlMzk3NmI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a80b717b-1987-4e1d-93c9-b079b076a4ef","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":"94063ff9-442e-4faa-8057-274adc4f2a08","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":"ec9f984c-0cf3-4678-a586-0b77c0109d3e","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":"742a1837-6f3b-4e2a-a561-7c38d87f691d","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":"MGYxMWU4YTU1OThjMWQwYzk3MTY2NTRlMTNjOTYwZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9228678-b704-4e95-b24c-faf010545f6d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c787c972-a026-47e0-b044-48098cfa7982","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:40:38.263Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:38.263Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:38.263Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:38.263Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:39.264Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:39.264Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:39.265Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:39.265Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:40.265Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:40.266Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:40.266Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:40.266Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:41.266Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:41.267Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:41.267Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:41.267Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:42.268Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:42.268Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:42.269Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:42.269Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:43.277Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:43.278Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:43.279Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:43.279Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:44.279Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:44.280Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:44.280Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:44.280Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:45.281Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:45.282Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:45.282Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:45.282Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "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-23T06:40:46.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:40:46.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:46.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:46.283Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:40:47.284Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2c88ed9-3e16-4cc9-92d2-8c817dcb7504",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec311991-52c3-4584-a90d-e9bfe01bf37a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b50e770c-2da2-4937-a16d-b1562e4dafc7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "859ad0b6-562a-41f3-8ec7-fb5586e8faba",
      "resourceInvariantUUID": "2a627966-975d-4ac2-a8fd-193508a5831c",
      "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": "NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c787c972-a026-47e0-b044-48098cfa7982"
    }
  ],
  "workloadContext": "Production"
}
2023-03-23T06:40:47.284Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-23T06:40:47.285Z|c1fae859-1175-44ff-94dc-4ecae49990f7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC
2023-03-23T06:40:47.285Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7661c0f8-ce92-44a0-a937-6c1f611f07fe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
ServiceInvariantUUID:ec311991-52c3-4584-a90d-e9bfe01bf37a
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:c787c972-a026-47e0-b044-48098cfa7982
ArtifactChecksum:NWI4M2QwZGNiMDRjYzJmNGI1ZWUxNzNkNDI4YzhkNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b50e770c-2da2-4937-a16d-b1562e4dafc7
ResourceInvariantUUID:2a627966-975d-4ac2-a8fd-193508a5831c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:859ad0b6-562a-41f3-8ec7-fb5586e8faba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-23T06:40:47.285Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2c88ed9-3e16-4cc9-92d2-8c817dcb7504 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-23T06:40:47.323Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-23T06:40:47.324Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:40:47.324Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-23T06:40:47.324Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c787c972-a026-47e0-b044-48098cfa7982 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-23T06:40:47.324Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-23T06:40:47.324Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:47.342Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-23T06:40:47.342Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f62dfe1
2023-03-23T06:40:47.342Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-23T06:40:47.342Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:47.342Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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 c787c972-a026-47e0-b044-48098cfa7982 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-23T06:40:47.343Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:47.343Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:47.343Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-23T06:40:47.343Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:47.343Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:47.343Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553647343,
  "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-23T06:40:48.344Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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:c787c972-a026-47e0-b044-48098cfa7982)
Error message 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-23T06:40:48.366Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:48.366Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 859ad0b6-562a-41f3-8ec7-fb5586e8faba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T06:40:48.377Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-23T06:40:48.405Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba test-pnf
2023-03-23T06:40:48.405Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:40:48.406Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:40:48.406Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 859ad0b6-562a-41f3-8ec7-fb5586e8faba 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-23T06:40:48.414Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:40:48.435Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:40:48.443Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 859ad0b6-562a-41f3-8ec7-fb5586e8faba 0 ASDC deployResourceStructure
2023-03-23T06:40:48.443Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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$$83973b62.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-23T06:40:48.443Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:48.443Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:48.443Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-23T06:40:48.444Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:40:48.444Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:40:48.444Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553648443,
  "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-23T06:40:49.445Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:40:49.470Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-23T06:40:49.474Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-23T06:40:49.474Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-23T06:40:49.474Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-23T06:40:49.475Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-23T06:40:49.475Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:40:49.475Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:40:49.475Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-23T06:40:49.475Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-23T06:40:49.475Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:40:49.489Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-23T06:41:03.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:41:03.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-23T06:41:03.754Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553604969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1dd5b275-36f3-45f8-9c67-e435d19b18e0 already exists"
}
2023-03-23T06:41:03.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:41:19.490Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-23T06:41:19.499Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7661c0f8-ce92-44a0-a937-6c1f611f07fe and serviceModelVersionId: a2c88ed9-3e16-4cc9-92d2-8c817dcb7504
2023-03-23T06:41:19.499Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec311991-52c3-4584-a90d-e9bfe01bf37a
2023-03-23T06:41:19.500Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0
2023-03-23T06:41:19.508Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-23T06:41:19.524Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?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-23T06:41:19.525Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||Invoke
2023-03-23T06:41:19.532Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-23T06:41:19.675Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0|INFO|500||InvokeReturn
2023-03-23T06:41:19.676Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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/ec311991-52c3-4584-a90d-e9bfe01bf37a/model-vers/model-ver/a2c88ed9-3e16-4cc9-92d2-8c817dcb7504?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 06:41:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[434360], x-aai-txid=[2-aai-resources-230323-06:41:19:211-98475], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-23T06:41:19.676Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-23T06:41:19.676Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-23T06:41:19.676Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:41:19.682Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|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-23T06:41:19.682Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7661c0f8-ce92-44a0-a937-6c1f611f07fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-23T06:41:19.682Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-23T06:41:19.682Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:41:19.682Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:41:19.682Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553679682,
  "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-23T06:41:20.703Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-23T06:41:20.704Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-23T06:41:20.705Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 0 disconnected.
2023-03-23T06:41:20.705Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Cancelled in-flight METADATA request with correlation id 107639 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-23T06:41:20.705Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Node 1 disconnected.
2023-03-23T06:41:20.706Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:41:20.706Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:41:20.707Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:41:20.707Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:41:20.713Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78361062-d469-4fbb-8db9-3a15ee92ad62
2023-03-23T06:41:20.713Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:41:20.713Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:41:20.714Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] (Re-)joining group
2023-03-23T06:41:22.145Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:25.155Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:28.167Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:31.176Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:34.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:37.193Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:40.203Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:43.213Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:46.231Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:49.241Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:52.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:55.259Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:41:58.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:42:01.276Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Request joining group due to: group is already rebalancing
2023-03-23T06:42:03.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:42:03.767Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:42:03.768Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] (Re-)joining group
2023-03-23T06:42:03.774Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78361062-d469-4fbb-8db9-3a15ee92ad62', protocol='range'}
2023-03-23T06:42:03.774Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:42:03.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:42:03.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:42:03.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:42:03.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:42:03.779Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:42:03.779Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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 nm_AOvVxStSuv-TDUwnjRQ
2023-03-23T06:42:03.779Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78361062-d469-4fbb-8db9-3a15ee92ad62=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-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-23T06:42:03.795Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36-78361062-d469-4fbb-8db9-3a15ee92ad62', protocol='range'}
2023-03-23T06:42:03.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0-fe8683b1-4994-4140-ad07-7bd113a4fddf', protocol='range'}
2023-03-23T06:42:03.796Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:42:03.796Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:42:03.796Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:42:03.796Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-23T06:42:03.801Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:42:03.801Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:42:03.801Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:42:03.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:42:03.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:42:03.801Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:42:03.801Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, 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-23T06:42:03.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:42:03.801Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-111b9dc7-4eac-4e9a-8865-0530ba149f36, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:42:03.802Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2060, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-23T06:42:03.802Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-23T06:42:03.802Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c9b66e5c-f716-47ff-b115-0226405e94a0, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-23T06:42:04.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.818Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553605970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 4f8b7076-4cff-4a16-af33-57da4eb5215f already exists"
}
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1fae859-1175-44ff-94dc-4ecae49990f7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553637227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.819Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679552900339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553647343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553648443,
  "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-23T06:42:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7661c0f8-ce92-44a0-a937-6c1f611f07fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553679682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-23T06:42:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-23T06:42:04.898Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-23T06:42:04.898Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"00357cd3-bad3-45fb-9a0f-d52fff09fe55","serviceName":"basic_onboard_CtDGOv","serviceVersion":"1.0","serviceUUID":"71912e5e-0bb7-4a3e-a0d7-7de866ef4f2f","serviceDescription":"service","serviceInvariantUUID":"ff34ca85-bee9-4563-94cd-f646546ad434","resources":[{"resourceInstanceName":"basic_onboard_CtDGOv 0","resourceName":"basic_onboard_CtDGOv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a96b768-d2f2-4d7c-abc8-93fe06d28976","resourceInvariantUUID":"3e71067f-1225-4e83-9bf5-c0210be5325b","resourceCustomizationUUID":"741c5590-4b2a-4cfa-8f03-7ae54ec2249b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml","artifactChecksum":"MTMzNzdmZjc2N2RjMDZhMDdlNTAyNWM3NjUwMGVjNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a5498983-7070-4195-b75d-72e121ca113e","artifactVersion":"1"},{"artifactName":"basic_onboard_ctdgov0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json","artifactChecksum":"NDg1ZWQ2ZmMxYzQ1NTA5YzVkNGFlMTQwZDdiMDAxZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6414da9-b457-41ad-acc7-f0eb7e321f8a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9146a09b-1d7f-4a82-ad4b-4376b1cbc29f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67e5d4a5-2220-42a4-9712-ad9f564f46f4","artifactVersion":"2","generatedFromUUID":"92726b7b-8d90-4ed6-a323-e7b1e6c6ec22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtdgov-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-template.yml","artifactChecksum":"MjIxY2VjODBiZTczOWU2MzRhZWMwNmFiN2RlZDE4MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c315aeff-7fae-42f0-b1d2-d381211d5328","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtdgov-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/artifacts/service-BasicOnboardCtdgov-csar.csar","artifactChecksum":"MzgxNGM2MDc2MTZhZjIzM2EzYmZlMzI0MmUzOGNjYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c25b759a-3e74-41cc-b273-e31d9ba030d2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-23T06:42:04.898Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:42:04.899Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:42:04.899Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:42:04.899Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553680703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:42:05.900Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:42:05.900Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:42:05.900Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:42:05.901Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553680703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/basic_onboard_ctdgov0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:42:06.902Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:42:06.903Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:42:06.903Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:42:06.903Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553680703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:42:07.904Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:42:07.905Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:42:07.905Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:42:07.905Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553680703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-23T06:42:08.906Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-23T06:42:08.907Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-23T06:42:08.907Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-23T06:42:08.907Z|7661c0f8-ce92-44a0-a937-6c1f611f07fe|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "00357cd3-bad3-45fb-9a0f-d52fff09fe55",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679553680703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtdgov/1.0/resourceInstances/basic_onboard_ctdgov0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO